Html Css Color HEX #B93518 Harley Davidson Orange

📋 copy color: '#B93518'

red 185 ◦ green 53 ◦ blue 24

#B93518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #B93518

Tints of Harley Davidson Orange #B93518

RGB

 RED value IS 185 (72.66% from 255) = 70.61%

 GREEN value IS 53 (21.09% from 255) = 20.23%

 BLUE value IS 24 (9.77% from 255) = 9.16%

R = 70.61%
G = 20.23%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B93518 (or 0xB93518) is known color: Harley Davidson Orange. HEX triplet: B9, 35 and 18. RGB value is (185,53,24). Sum of RGB (Red+Green+Blue) = 185+53+24=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B93518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93518 is #46CAE7. Grayscale: #595959. Windows color (decimal): -4639464 or 1586617. OLE color: 1586617.

HSL color Cylindrical-coordinate representation of color #B93518: hue angle of 10.81º 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 #B93518 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 24 -
CMYK 0 0.71 0.87 0.27
HSL 10.81º 0.77% 0.41% -
HSV(B) 10.81º 0.87% 0.73% -
XYZ 21.45 12.93 2.23 -
YUV 89.16 91.23 196.36 -
System Red Green Blue C M Y K H S L
Decimal 185 53 24 0 0.71 0.87 0.27 10.81 0.77 0.41
Hex B9 35 18 0 47 57 1B B 4D 29
Octal 271 65 30 0 107 127 33 13 115 51
Binary 10111001 110101 11000 0 1000111 1010111 11011 1011 1001101 101001

Color Harmonies of #B93518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93518

Black with #B93518

Text Example


Text Example

White with #B93518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93518; }

 p { color: rgb(185,53,24); }

 H1.HeaderClassName
 {
   color: #B93518;
 }
 .AnyTagClassName
 {
   color: #B93518;
 }
</style>

background-color css

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

 a { background-color: rgb(185,53,24); }

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

border-color css

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

 span { border-color: rgb(185,53,24); }

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