#BB2C07

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

Shades of Harley Davidson Orange #BB2C07

Tints of Harley Davidson Orange #BB2C07

Color information

#BB2C07 (or 0xBB2C07) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 2C and 07. RGB value is (187,44,7). Sum of RGB (Red+Green+Blue) = 187+44+7=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2C07 is #44D3F8. Grayscale: #525252. Windows color (decimal): -4510713 or 470203. OLE color: 470203.

HSL color Cylindrical-coordinate representation of color #BB2C07: hue angle of 12.33º 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 #BB2C07 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB187447-
CMYK00.760.960.27
HSL12.33º92.78%38.04%-
HSV(B)12.33º96.26%73.33%-
XYZ21.4312.381.46-
YUV82.5485.38202.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 78.57%
GREEN value IS 44 (17.58% from 255) = 18.49%
BLUE value IS 7 (3.12% from 255) = 2.94%
R=78.57%
G=18.49%
B=2.94%

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
Decimal18744700.760.960.2712.3392.7838.04
HexBB2C704C601Bc5d26
Octal2735470114140331413546
Binary101110111011001110100110011000001101111001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2C07; }

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

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

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

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

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

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

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

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