Html Css Color HEX #BC2908 Harley Davidson Orange

📋 copy color: '#BC2908'

red 188 ◦ green 41 ◦ blue 8

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

Shades of Harley Davidson Orange #BC2908

Tints of Harley Davidson Orange #BC2908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

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

R = 79.32%
G = 17.3%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC2908 (or 0xBC2908) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 08. RGB value is (188,41,8). Sum of RGB (Red+Green+Blue) = 188+41+8=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2908 is #43D6F7. Grayscale: #515151. Windows color (decimal): -4445944 or 534972. OLE color: 534972.

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

Color convert

RGB 188 41 8 -
CMYK 0 0.78 0.96 0.26
HSL 11º 0.92% 0.38% -
HSV(B) 11º 0.96% 0.74% -
XYZ 21.58 12.29 1.47 -
YUV 81.19 86.7 204.18 -
System Red Green Blue C M Y K H S L
Decimal 188 41 8 0 0.78 0.96 0.26 11 0.92 0.38
Hex BC 29 8 0 4E 60 1A B 5C 26
Octal 274 51 10 0 116 140 32 13 134 46
Binary 10111100 101001 1000 0 1001110 1100000 11010 1011 1011100 100110

Color Harmonies of #BC2908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2908

Black with #BC2908

Text Example


Text Example

White with #BC2908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2908; }

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

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

background-color css

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

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

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

border-color css

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

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

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