#BB2D07

Color #BB2D07 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BB2D07

Tints of Harley Davidson Orange #BB2D07

Color information

#BB2D07 (or 0xBB2D07) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 2D and 07. RGB value is (187,45,7). Sum of RGB (Red+Green+Blue) = 187+45+7=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2D07 is #44D2F8. Grayscale: #535353. Windows color (decimal): -4510457 or 470459. OLE color: 470459.

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

Color convert

RGB187457-
CMYK00.760.960.27
HSL12.67º92.78%38.04%-
HSV(B)12.67º96.26%73.33%-
XYZ21.4712.461.47-
YUV83.1385.04202.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 78.24%
GREEN value IS 45 (17.97% from 255) = 18.83%
BLUE value IS 7 (3.12% from 255) = 2.93%
R=78.24%
G=18.83%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18745700.760.960.2712.6792.7838.04
HexBB2D704C601Bd5d26
Octal2735570114140331513546
Binary101110111011011110100110011000001101111011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2D07; }

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

 H1.HeaderClassName
 {
   color: #BB2D07;
 }
 .AnyTagClassName
 {
   color: #BB2D07;
 }
</style>
background-color css

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

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

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

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

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

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