Html Css Color HEX #BC2308 Harley Davidson Orange

📋 copy color: '#BC2308'

red 188 ◦ green 35 ◦ blue 8

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

Shades of Harley Davidson Orange #BC2308

Tints of Harley Davidson Orange #BC2308

RGB

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

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

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

R = 81.39%
G = 15.15%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC2308 (or 0xBC2308) is known color: Harley Davidson Orange. HEX triplet: BC, 23 and 08. RGB value is (188,35,8). Sum of RGB (Red+Green+Blue) = 188+35+8=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2308 is #43DCF7. Grayscale: #4D4D4D. Windows color (decimal): -4447480 or 533436. OLE color: 533436.

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

Color convert

RGB 188 35 8 -
CMYK 0 0.81 0.96 0.26
HSL 0.92% 0.38% -
HSV(B) 0.96% 0.74% -
XYZ 21.38 11.91 1.4 -
YUV 77.67 88.69 206.7 -
System Red Green Blue C M Y K H S L
Decimal 188 35 8 0 0.81 0.96 0.26 9 0.92 0.38
Hex BC 23 8 0 51 60 1A 9 5C 26
Octal 274 43 10 0 121 140 32 11 134 46
Binary 10111100 100011 1000 0 1010001 1100000 11010 1001 1011100 100110

Color Harmonies of #BC2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2308

Black with #BC2308

Text Example


Text Example

White with #BC2308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2308; }

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

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

background-color css

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

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

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

border-color css

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

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

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