#BB250A

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

Shades of Harley Davidson Orange #BB250A

Tints of Harley Davidson Orange #BB250A

Color information

#BB250A (or 0xBB250A) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 25 and 0A. RGB value is (187,37,10). Sum of RGB (Red+Green+Blue) = 187+37+10=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB250A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB250A is #44DAF5. Grayscale: #4F4F4F. Windows color (decimal): -4512502 or 665019. OLE color: 665019.

HSL color Cylindrical-coordinate representation of color #BB250A: hue angle of 9.15º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB250A is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1873710-
CMYK00.800.950.27
HSL9.15º89.85%38.63%-
HSV(B)9.15º94.65%73.33%-
XYZ21.2111.911.47-
YUV78.7789.2205.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 79.91%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 10 (4.30% from 255) = 4.27%
R=79.91%
G=15.81%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187371000.800.950.279.1589.8538.63
HexBB25A0505F1B95a27
Octal27345120120137331113247
Binary1011101110010110100101000010111111101110011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB250A; }

 p { color: rgb(187,37,10); }

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

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

 a { background-color: rgb(187,37,10); }

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

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

 span { border-color: rgb(187,37,10); }

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