Html Css Color HEX #BB2912 Harley Davidson Orange

📋 copy color: '#BB2912'

red 187 ◦ green 41 ◦ blue 18

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

Shades of Harley Davidson Orange #BB2912

Tints of Harley Davidson Orange #BB2912

RGB

 RED value IS 187 (73.44% from 255) = 76.02%

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

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 76.02%
G = 16.67%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB2912 (or 0xBB2912) is known color: Harley Davidson Orange. HEX triplet: BB, 29 and 12. RGB value is (187,41,18). Sum of RGB (Red+Green+Blue) = 187+41+18=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2912 is #44D6ED. Grayscale: #525252. Windows color (decimal): -4511470 or 1190331. OLE color: 1190331.

HSL color Cylindrical-coordinate representation of color #BB2912: hue angle of 8.17º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB2912 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 18 -
CMYK 0 0.78 0.90 0.27
HSL 8.17º 0.82% 0.4% -
HSV(B) 8.17º 0.9% 0.73% -
XYZ 21.4 12.19 1.8 -
YUV 82.03 91.87 202.87 -
System Red Green Blue C M Y K H S L
Decimal 187 41 18 0 0.78 0.90 0.27 8.17 0.82 0.4
Hex BB 29 12 0 4E 5A 1B 8 52 28
Octal 273 51 22 0 116 132 33 10 122 50
Binary 10111011 101001 10010 0 1001110 1011010 11011 1000 1010010 101000

Color Harmonies of #BB2912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2912

Black with #BB2912

Text Example


Text Example

White with #BB2912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2912; }

 p { color: rgb(187,41,18); }

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

background-color css

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

 a { background-color: rgb(187,41,18); }

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

border-color css

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

 span { border-color: rgb(187,41,18); }

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