#BA230D

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

Shades of Harley Davidson Orange #BA230D

Tints of Harley Davidson Orange #BA230D

Color information

#BA230D (or 0xBA230D) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 23 and 0D. RGB value is (186,35,13). Sum of RGB (Red+Green+Blue) = 186+35+13=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA230D is #45DCF2. Grayscale: #4D4D4D. Windows color (decimal): -4578547 or 861114. OLE color: 861114.

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

Color convert

RGB1863513-
CMYK00.810.930.27
HSL7.63º86.93%39.02%-
HSV(B)7.63º93.01%72.94%-
XYZ20.9211.671.53-
YUV77.6491.53205.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 79.49%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 13 (5.47% from 255) = 5.56%
R=79.49%
G=14.96%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186351300.810.930.277.6386.9339.02
HexBA23D0515D1B85727
Octal27243150121135331012747
Binary1011101010001111010101000110111011101110001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA230D; }

 p { color: rgb(186,35,13); }

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

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

 a { background-color: rgb(186,35,13); }

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

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

 span { border-color: rgb(186,35,13); }

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