#BB331F

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

Shades of Harley Davidson Orange #BB331F

Tints of Harley Davidson Orange #BB331F

Color information

#BB331F (or 0xBB331F) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 33 and 1F. RGB value is (187,51,31). Sum of RGB (Red+Green+Blue) = 187+51+31=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB331F is #44CCE0. Grayscale: #595959. Windows color (decimal): -4508897 or 2044859. OLE color: 2044859.

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

Color convert

RGB1875131-
CMYK00.730.830.27
HSL7.69º71.56%42.75%-
HSV(B)7.69º83.42%73.33%-
XYZ21.9213.032.66-
YUV89.3895.06197.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.52%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=69.52%
G=18.96%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187513100.730.830.277.6971.5642.75
HexBB331F049531B8482b
Octal27363370111123331011053
Binary10111011110011111110100100110100111101110001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB331F; }

 p { color: rgb(187,51,31); }

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

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

 a { background-color: rgb(187,51,31); }

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

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

 span { border-color: rgb(187,51,31); }

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