Html Css Color HEX #BC3108 Harley Davidson Orange

📋 copy color: '#BC3108'

red 188 ◦ green 49 ◦ blue 8

#BC3108
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BC3108

Tints of Harley Davidson Orange #BC3108

RGB

 RED value IS 188 (73.83% from 255) = 76.73%

 GREEN value IS 49 (19.53% from 255) = 20%

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 76.73%
G = 20%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC3108 (or 0xBC3108) is known color: Harley Davidson Orange. HEX triplet: BC, 31 and 08. RGB value is (188,49,8). Sum of RGB (Red+Green+Blue) = 188+49+8=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3108 is #43CEF7. Grayscale: #565656. Windows color (decimal): -4443896 or 537020. OLE color: 537020.

HSL color Cylindrical-coordinate representation of color #BC3108: hue angle of 13.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC3108 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 49 8 -
CMYK 0 0.74 0.96 0.26
HSL 13.67º 0.92% 0.38% -
HSV(B) 13.67º 0.96% 0.74% -
XYZ 21.88 12.91 1.57 -
YUV 85.89 84.05 200.83 -
System Red Green Blue C M Y K H S L
Decimal 188 49 8 0 0.74 0.96 0.26 13.67 0.92 0.38
Hex BC 31 8 0 4A 60 1A E 5C 26
Octal 274 61 10 0 112 140 32 16 134 46
Binary 10111100 110001 1000 0 1001010 1100000 11010 1110 1011100 100110

Color Harmonies of #BC3108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3108

Black with #BC3108

Text Example


Text Example

White with #BC3108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3108; }

 p { color: rgb(188,49,8); }

 H1.HeaderClassName
 {
   color: #BC3108;
 }
 .AnyTagClassName
 {
   color: #BC3108;
 }
</style>

background-color css

<style>
 a { background-color: #BC3108; }

 a { background-color: rgb(188,49,8); }

 div.DivClassName
 {
   background-color: #BC3108;
 }
 .BgClassName
 {
   background-color: #BC3108;
 }
</style>

border-color css

<style>
 span { border-color: #BC3108; }

 span { border-color: rgb(188,49,8); }

 td.TdClassName
 {
   border-color: #BC3108;
 }
 .TagClassName
 {
   border-color: #BC3108;
 }
</style>