#BB301E

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

Shades of Harley Davidson Orange #BB301E

Tints of Harley Davidson Orange #BB301E

Color information

#BB301E (or 0xBB301E) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 30 and 1E. RGB value is (187,48,30). Sum of RGB (Red+Green+Blue) = 187+48+30=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB301E is #44CFE1. Grayscale: #575757. Windows color (decimal): -4509666 or 1978555. OLE color: 1978555.

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

Color convert

RGB1874830-
CMYK00.740.840.27
HSL6.88º72.35%42.55%-
HSV(B)6.88º83.96%73.33%-
XYZ21.7812.772.55-
YUV87.5195.55198.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.57%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 30 (12.11% from 255) = 11.32%
R=70.57%
G=18.11%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187483000.740.840.276.8872.3542.55
HexBB301E04A541B7482b
Octal2736036011212433711053
Binary1011101111000011110010010101010100110111111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB301E; }

 p { color: rgb(187,48,30); }

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

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

 a { background-color: rgb(187,48,30); }

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

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

 span { border-color: rgb(187,48,30); }

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