Html Css Color HEX #BB2C04 Harley Davidson Orange

📋 copy color: '#BB2C04'

red 187 ◦ green 44 ◦ blue 4

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

Shades of Harley Davidson Orange #BB2C04

Tints of Harley Davidson Orange #BB2C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.7%

R = 79.57%
G = 18.72%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB2C04 (or 0xBB2C04) is known color: Harley Davidson Orange. HEX triplet: BB, 2C and 04. RGB value is (187,44,4). Sum of RGB (Red+Green+Blue) = 187+44+4=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2C04 is #44D3FB. Grayscale: #525252. Windows color (decimal): -4510716 or 273595. OLE color: 273595.

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

Color convert

RGB 187 44 4 -
CMYK 0 0.76 0.98 0.27
HSL 13.11º 0.96% 0.37% -
HSV(B) 13.11º 0.98% 0.73% -
XYZ 21.42 12.37 1.37 -
YUV 82.2 83.88 202.75 -
System Red Green Blue C M Y K H S L
Decimal 187 44 4 0 0.76 0.98 0.27 13.11 0.96 0.37
Hex BB 2C 4 0 4C 62 1B D 60 25
Octal 273 54 4 0 114 142 33 15 140 45
Binary 10111011 101100 100 0 1001100 1100010 11011 1101 1100000 100101

Color Harmonies of #BB2C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C04

Black with #BB2C04

Text Example


Text Example

White with #BB2C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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