#BA381B

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

Shades of Harley Davidson Orange #BA381B

Tints of Harley Davidson Orange #BA381B

Color information

#BA381B (or 0xBA381B) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 38 and 1B. RGB value is (186,56,27). Sum of RGB (Red+Green+Blue) = 186+56+27=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA381B is #45C7E4. Grayscale: #5B5B5B. Windows color (decimal): -4573157 or 1783994. OLE color: 1783994.

HSL color Cylindrical-coordinate representation of color #BA381B: hue angle of 10.94º degrees, saturation: 0.75, 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 #BA381B is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB1865627-
CMYK00.700.850.27
HSL10.94º74.65%41.76%-
HSV(B)10.94º85.48%72.94%-
XYZ21.8613.352.46-
YUV91.5691.57195.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.14%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 27 (10.94% from 255) = 10.04%
R=69.14%
G=20.82%
B=10.04%

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
Decimal186562700.700.850.2710.9474.6541.76
HexBA381B046551Bb4b2a
Octal27270330106125331311352
Binary10111010111000110110100011010101011101110111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA381B; }

 p { color: rgb(186,56,27); }

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

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

 a { background-color: rgb(186,56,27); }

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

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

 span { border-color: rgb(186,56,27); }

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