#BB391B

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

Shades of Harley Davidson Orange #BB391B

Tints of Harley Davidson Orange #BB391B

Color information

#BB391B (or 0xBB391B) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 39 and 1B. RGB value is (187,57,27). Sum of RGB (Red+Green+Blue) = 187+57+27=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB391B is #44C6E4. Grayscale: #5C5C5C. Windows color (decimal): -4507365 or 1784251. OLE color: 1784251.

HSL color Cylindrical-coordinate representation of color #BB391B: hue angle of 11.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB391B is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1875727-
CMYK00.700.860.27
HSL11.25º74.77%41.96%-
HSV(B)11.25º85.56%73.33%-
XYZ22.1513.572.49-
YUV92.4591.07195.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.00%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 27 (10.94% from 255) = 9.96%
R=69.00%
G=21.03%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187572700.700.860.2711.2574.7741.96
HexBB391B046561Bb4b2a
Octal27371330106126331311352
Binary10111011111001110110100011010101101101110111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB391B; }

 p { color: rgb(187,57,27); }

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

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

 a { background-color: rgb(187,57,27); }

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

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

 span { border-color: rgb(187,57,27); }

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