#BB3818

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

Shades of Harley Davidson Orange #BB3818

Tints of Harley Davidson Orange #BB3818

Color information

#BB3818 (or 0xBB3818) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 38 and 18. RGB value is (187,56,24). Sum of RGB (Red+Green+Blue) = 187+56+24=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3818 is #44C7E7. Grayscale: #5B5B5B. Windows color (decimal): -4507624 or 1587387. OLE color: 1587387.

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

Color convert

RGB1875624-
CMYK00.700.870.27
HSL11.78º77.25%41.37%-
HSV(B)11.78º87.17%73.33%-
XYZ22.0713.462.3-
YUV91.5289.9196.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.04%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 24 (9.77% from 255) = 8.99%
R=70.04%
G=20.97%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187562400.700.870.2711.7877.2541.37
HexBB3818046571Bc4d29
Octal27370300106127331411551
Binary10111011111000110000100011010101111101111001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3818; }

 p { color: rgb(187,56,24); }

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

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

 a { background-color: rgb(187,56,24); }

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

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

 span { border-color: rgb(187,56,24); }

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