Html Css Color HEX #BB2D00 Harley Davidson Orange

📋 copy color: '#BB2D00'

red 187 ◦ green 45 ◦ blue 0

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

Shades of Harley Davidson Orange #BB2D00

Tints of Harley Davidson Orange #BB2D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.6%
G = 19.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB2D00 (or 0xBB2D00) is known color: Harley Davidson Orange. HEX triplet: BB, 2D and 00. RGB value is (187,45,0). Sum of RGB (Red+Green+Blue) = 187+45+0=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2D00 is #44D2FF. Grayscale: #525252. Windows color (decimal): -4510464 or 11707. OLE color: 11707.

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

Color convert

RGB 187 45 0 -
CMYK 0 0.76 1 0.27
HSL 14.44º 1% 0.37% -
HSV(B) 14.44º 1% 0.73% -
XYZ 21.43 12.44 1.27 -
YUV 82.33 81.54 202.66 -
System Red Green Blue C M Y K H S L
Decimal 187 45 0 0 0.76 1 0.27 14.44 1 0.37
Hex BB 2D 0 0 4C 64 1B E 64 25
Octal 273 55 0 0 114 144 33 16 144 45
Binary 10111011 101101 0 0 1001100 1100100 11011 1110 1100100 100101

Color Harmonies of #BB2D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2D00

Black with #BB2D00

Text Example


Text Example

White with #BB2D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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