Html Css Color HEX #BC2309 Harley Davidson Orange

📋 copy color: '#BC2309'

red 188 ◦ green 35 ◦ blue 9

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

Shades of Harley Davidson Orange #BC2309

Tints of Harley Davidson Orange #BC2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.09%

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

R = 81.03%
G = 15.09%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC2309 (or 0xBC2309) is known color: Harley Davidson Orange. HEX triplet: BC, 23 and 09. RGB value is (188,35,9). Sum of RGB (Red+Green+Blue) = 188+35+9=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2309 is #43DCF6. Grayscale: #4E4E4E. Windows color (decimal): -4447479 or 598972. OLE color: 598972.

HSL color Cylindrical-coordinate representation of color #BC2309: hue angle of 8.72º 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 #BC2309 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 35 9 -
CMYK 0 0.81 0.95 0.26
HSL 8.72º 0.91% 0.39% -
HSV(B) 8.72º 0.95% 0.74% -
XYZ 21.39 11.91 1.43 -
YUV 77.78 89.19 206.61 -
System Red Green Blue C M Y K H S L
Decimal 188 35 9 0 0.81 0.95 0.26 8.72 0.91 0.39
Hex BC 23 9 0 51 5F 1A 9 5B 27
Octal 274 43 11 0 121 137 32 11 133 47
Binary 10111100 100011 1001 0 1010001 1011111 11010 1001 1011011 100111

Color Harmonies of #BC2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2309

Black with #BC2309

Text Example


Text Example

White with #BC2309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2309; }

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

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

background-color css

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

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

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

border-color css

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

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

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