Html Css Color HEX #BC2B08 Harley Davidson Orange

📋 copy color: '#BC2B08'

red 188 ◦ green 43 ◦ blue 8

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

Shades of Harley Davidson Orange #BC2B08

Tints of Harley Davidson Orange #BC2B08

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.99%

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

R = 78.66%
G = 17.99%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC2B08 (or 0xBC2B08) is known color: Harley Davidson Orange. HEX triplet: BC, 2B and 08. RGB value is (188,43,8). Sum of RGB (Red+Green+Blue) = 188+43+8=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2B08 is #43D4F7. Grayscale: #525252. Windows color (decimal): -4445432 or 535484. OLE color: 535484.

HSL color Cylindrical-coordinate representation of color #BC2B08: hue angle of 11.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 #BC2B08 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 43 8 -
CMYK 0 0.77 0.96 0.26
HSL 11.67º 0.92% 0.38% -
HSV(B) 11.67º 0.96% 0.74% -
XYZ 21.65 12.44 1.49 -
YUV 82.37 86.04 203.35 -
System Red Green Blue C M Y K H S L
Decimal 188 43 8 0 0.77 0.96 0.26 11.67 0.92 0.38
Hex BC 2B 8 0 4D 60 1A C 5C 26
Octal 274 53 10 0 115 140 32 14 134 46
Binary 10111100 101011 1000 0 1001101 1100000 11010 1100 1011100 100110

Color Harmonies of #BC2B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B08

Black with #BC2B08

Text Example


Text Example

White with #BC2B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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