Html Css Color HEX #BB2D02 Harley Davidson Orange

📋 copy color: '#BB2D02'

red 187 ◦ green 45 ◦ blue 2

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

Shades of Harley Davidson Orange #BB2D02

Tints of Harley Davidson Orange #BB2D02

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.23%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 79.91%
G = 19.23%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB2D02 (or 0xBB2D02) is known color: Harley Davidson Orange. HEX triplet: BB, 2D and 02. RGB value is (187,45,2). Sum of RGB (Red+Green+Blue) = 187+45+2=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2D02 is #44D2FD. Grayscale: #525252. Windows color (decimal): -4510462 or 142779. OLE color: 142779.

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

Color convert

RGB 187 45 2 -
CMYK 0 0.76 0.99 0.27
HSL 13.95º 0.98% 0.37% -
HSV(B) 13.95º 0.99% 0.73% -
XYZ 21.44 12.45 1.33 -
YUV 82.56 82.54 202.5 -
System Red Green Blue C M Y K H S L
Decimal 187 45 2 0 0.76 0.99 0.27 13.95 0.98 0.37
Hex BB 2D 2 0 4C 63 1B E 62 25
Octal 273 55 2 0 114 143 33 16 142 45
Binary 10111011 101101 10 0 1001100 1100011 11011 1110 1100010 100101

Color Harmonies of #BB2D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2D02

Black with #BB2D02

Text Example


Text Example

White with #BB2D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2D02; }

 p { color: rgb(187,45,2); }

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

background-color css

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

 a { background-color: rgb(187,45,2); }

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

border-color css

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

 span { border-color: rgb(187,45,2); }

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