#BB2706

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

Shades of Harley Davidson Orange #BB2706

Tints of Harley Davidson Orange #BB2706

Color information

#BB2706 (or 0xBB2706) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 27 and 06. RGB value is (187,39,6). Sum of RGB (Red+Green+Blue) = 187+39+6=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2706 is #44D8F9. Grayscale: #4F4F4F. Windows color (decimal): -4511994 or 403387. OLE color: 403387.

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

Color convert

RGB187396-
CMYK00.790.970.27
HSL10.94º93.78%37.84%-
HSV(B)10.94º96.79%73.33%-
XYZ21.2512.031.37-
YUV79.4986.53204.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 80.60%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 6 (2.73% from 255) = 2.59%
R=80.60%
G=16.81%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18739600.790.970.2710.9493.7837.84
HexBB27604F611Bb5e26
Octal2734760117141331313646
Binary101110111001111100100111111000011101110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2706; }

 p { color: rgb(187,39,6); }

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

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

 a { background-color: rgb(187,39,6); }

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

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

 span { border-color: rgb(187,39,6); }

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