Html Css Color HEX #B93416 Harley Davidson Orange

📋 copy color: '#B93416'

red 185 ◦ green 52 ◦ blue 22

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

Shades of Harley Davidson Orange #B93416

Tints of Harley Davidson Orange #B93416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 22 (8.98% from 255) = 8.49%

R = 71.43%
G = 20.08%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B93416 (or 0xB93416) is known color: Harley Davidson Orange. HEX triplet: B9, 34 and 16. RGB value is (185,52,22). Sum of RGB (Red+Green+Blue) = 185+52+22=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B93416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93416 is #46CBE9. Grayscale: #585858. Windows color (decimal): -4639722 or 1455289. OLE color: 1455289.

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

Color convert

RGB 185 52 22 -
CMYK 0 0.72 0.88 0.27
HSL 11.04º 0.79% 0.41% -
HSV(B) 11.04º 0.88% 0.73% -
XYZ 21.38 12.83 2.11 -
YUV 88.35 90.56 196.94 -
System Red Green Blue C M Y K H S L
Decimal 185 52 22 0 0.72 0.88 0.27 11.04 0.79 0.41
Hex B9 34 16 0 48 58 1B B 4F 29
Octal 271 64 26 0 110 130 33 13 117 51
Binary 10111001 110100 10110 0 1001000 1011000 11011 1011 1001111 101001

Color Harmonies of #B93416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93416

Black with #B93416

Text Example


Text Example

White with #B93416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93416; }

 p { color: rgb(185,52,22); }

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

background-color css

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

 a { background-color: rgb(185,52,22); }

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

border-color css

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

 span { border-color: rgb(185,52,22); }

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