Html Css Color HEX #BC2009 Harley Davidson Orange

📋 copy color: '#BC2009'

red 188 ◦ green 32 ◦ blue 9

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

Shades of Harley Davidson Orange #BC2009

Tints of Harley Davidson Orange #BC2009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

 BLUE value IS 9 (3.91% from 255) = 3.93%

R = 82.1%
G = 13.97%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC2009 (or 0xBC2009) is known color: Harley Davidson Orange. HEX triplet: BC, 20 and 09. RGB value is (188,32,9). Sum of RGB (Red+Green+Blue) = 188+32+9=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2009 is #43DFF6. Grayscale: #4C4C4C. Windows color (decimal): -4448247 or 598204. OLE color: 598204.

HSL color Cylindrical-coordinate representation of color #BC2009: hue angle of 7.71º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC2009 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 32 9 -
CMYK 0 0.83 0.95 0.26
HSL 7.71º 0.91% 0.39% -
HSV(B) 7.71º 0.95% 0.74% -
XYZ 21.3 11.74 1.4 -
YUV 76.02 90.18 207.87 -
System Red Green Blue C M Y K H S L
Decimal 188 32 9 0 0.83 0.95 0.26 7.71 0.91 0.39
Hex BC 20 9 0 53 5F 1A 8 5B 27
Octal 274 40 11 0 123 137 32 10 133 47
Binary 10111100 100000 1001 0 1010011 1011111 11010 1000 1011011 100111

Color Harmonies of #BC2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2009

Black with #BC2009

Text Example


Text Example

White with #BC2009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2009; }

 p { color: rgb(188,32,9); }

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

background-color css

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

 a { background-color: rgb(188,32,9); }

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

border-color css

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

 span { border-color: rgb(188,32,9); }

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