Html Css Color HEX #B93016 Harley Davidson Orange

📋 copy color: '#B93016'

red 185 ◦ green 48 ◦ blue 22

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

Shades of Harley Davidson Orange #B93016

Tints of Harley Davidson Orange #B93016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

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

R = 72.55%
G = 18.82%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B93016 (or 0xB93016) is known color: Harley Davidson Orange. HEX triplet: B9, 30 and 16. RGB value is (185,48,22). Sum of RGB (Red+Green+Blue) = 185+48+22=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B93016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93016 is #46CFE9. Grayscale: #565656. Windows color (decimal): -4640746 or 1454265. OLE color: 1454265.

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

Color convert

RGB 185 48 22 -
CMYK 0 0.74 0.88 0.27
HSL 9.57º 0.79% 0.41% -
HSV(B) 9.57º 0.88% 0.73% -
XYZ 21.21 12.49 2.05 -
YUV 86 91.89 198.61 -
System Red Green Blue C M Y K H S L
Decimal 185 48 22 0 0.74 0.88 0.27 9.57 0.79 0.41
Hex B9 30 16 0 4A 58 1B A 4F 29
Octal 271 60 26 0 112 130 33 12 117 51
Binary 10111001 110000 10110 0 1001010 1011000 11011 1010 1001111 101001

Color Harmonies of #B93016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93016

Black with #B93016

Text Example


Text Example

White with #B93016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93016; }

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

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

background-color css

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

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

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

border-color css

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

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

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