Html Css Color HEX #B93516 Harley Davidson Orange

📋 copy color: '#B93516'

red 185 ◦ green 53 ◦ blue 22

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

Shades of Harley Davidson Orange #B93516

Tints of Harley Davidson Orange #B93516

RGB

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

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

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

R = 71.15%
G = 20.38%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B93516 (or 0xB93516) is known color: Harley Davidson Orange. HEX triplet: B9, 35 and 16. RGB value is (185,53,22). Sum of RGB (Red+Green+Blue) = 185+53+22=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B93516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93516 is #46CAE9. Grayscale: #595959. Windows color (decimal): -4639466 or 1455545. OLE color: 1455545.

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

Color convert

RGB 185 53 22 -
CMYK 0 0.71 0.88 0.27
HSL 11.41º 0.79% 0.41% -
HSV(B) 11.41º 0.88% 0.73% -
XYZ 21.43 12.92 2.12 -
YUV 88.93 90.23 196.52 -
System Red Green Blue C M Y K H S L
Decimal 185 53 22 0 0.71 0.88 0.27 11.41 0.79 0.41
Hex B9 35 16 0 47 58 1B B 4F 29
Octal 271 65 26 0 107 130 33 13 117 51
Binary 10111001 110101 10110 0 1000111 1011000 11011 1011 1001111 101001

Color Harmonies of #B93516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93516

Black with #B93516

Text Example


Text Example

White with #B93516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93516; }

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

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

background-color css

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

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

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

border-color css

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

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

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