Html Css Color HEX #BB2C16 Harley Davidson Orange

📋 copy color: '#BB2C16'

red 187 ◦ green 44 ◦ blue 22

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

Shades of Harley Davidson Orange #BB2C16

Tints of Harley Davidson Orange #BB2C16

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.39%

 BLUE value IS 22 (8.98% from 255) = 8.7%

R = 73.91%
G = 17.39%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB2C16 (or 0xBB2C16) is known color: Harley Davidson Orange. HEX triplet: BB, 2C and 16. RGB value is (187,44,22). Sum of RGB (Red+Green+Blue) = 187+44+22=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2C16 is #44D3E9. Grayscale: #545454. Windows color (decimal): -4510698 or 1453243. OLE color: 1453243.

HSL color Cylindrical-coordinate representation of color #BB2C16: hue angle of 8º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB2C16 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 44 22 -
CMYK 0 0.76 0.88 0.27
HSL 0.79% 0.41% -
HSV(B) 0.88% 0.73% -
XYZ 21.54 12.42 2.02 -
YUV 84.25 92.88 201.29 -
System Red Green Blue C M Y K H S L
Decimal 187 44 22 0 0.76 0.88 0.27 8 0.79 0.41
Hex BB 2C 16 0 4C 58 1B 8 4F 29
Octal 273 54 26 0 114 130 33 10 117 51
Binary 10111011 101100 10110 0 1001100 1011000 11011 1000 1001111 101001

Color Harmonies of #BB2C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C16

Black with #BB2C16

Text Example


Text Example

White with #BB2C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C16; }

 p { color: rgb(187,44,22); }

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

background-color css

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

 a { background-color: rgb(187,44,22); }

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

border-color css

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

 span { border-color: rgb(187,44,22); }

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