Html Css Color HEX #BB2812 Harley Davidson Orange

📋 copy color: '#BB2812'

red 187 ◦ green 40 ◦ blue 18

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

Shades of Harley Davidson Orange #BB2812

Tints of Harley Davidson Orange #BB2812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

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

R = 76.33%
G = 16.33%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB2812 (or 0xBB2812) is known color: Harley Davidson Orange. HEX triplet: BB, 28 and 12. RGB value is (187,40,18). Sum of RGB (Red+Green+Blue) = 187+40+18=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2812 is #44D7ED. Grayscale: #515151. Windows color (decimal): -4511726 or 1190075. OLE color: 1190075.

HSL color Cylindrical-coordinate representation of color #BB2812: hue angle of 7.81º 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 #BB2812 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 40 18 -
CMYK 0 0.79 0.90 0.27
HSL 7.81º 0.82% 0.4% -
HSV(B) 7.81º 0.9% 0.73% -
XYZ 21.36 12.13 1.79 -
YUV 81.45 92.2 203.29 -
System Red Green Blue C M Y K H S L
Decimal 187 40 18 0 0.79 0.90 0.27 7.81 0.82 0.4
Hex BB 28 12 0 4F 5A 1B 8 52 28
Octal 273 50 22 0 117 132 33 10 122 50
Binary 10111011 101000 10010 0 1001111 1011010 11011 1000 1010010 101000

Color Harmonies of #BB2812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2812

Black with #BB2812

Text Example


Text Example

White with #BB2812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2812; }

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

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

background-color css

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

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

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

border-color css

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

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

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