#BB391C

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

Shades of Harley Davidson Orange #BB391C

Tints of Harley Davidson Orange #BB391C

Color information

#BB391C (or 0xBB391C) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 39 and 1C. RGB value is (187,57,28). Sum of RGB (Red+Green+Blue) = 187+57+28=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB391C is #44C6E3. Grayscale: #5C5C5C. Windows color (decimal): -4507364 or 1849787. OLE color: 1849787.

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

Color convert

RGB1875728-
CMYK00.700.850.27
HSL10.94º73.95%42.16%-
HSV(B)10.94º85.03%73.33%-
XYZ22.1713.572.55-
YUV92.5691.57195.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.75%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 28 (11.33% from 255) = 10.29%
R=68.75%
G=20.96%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187572800.700.850.2710.9473.9542.16
HexBB391C046551Bb4a2a
Octal27371340106125331311252
Binary10111011111001111000100011010101011101110111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB391C; }

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

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

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

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

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

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

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

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