Html Css Color HEX #B93211 Harley Davidson Orange

📋 copy color: '#B93211'

red 185 ◦ green 50 ◦ blue 17

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

Shades of Harley Davidson Orange #B93211

Tints of Harley Davidson Orange #B93211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

 BLUE value IS 17 (7.03% from 255) = 6.75%

R = 73.41%
G = 19.84%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B93211 (or 0xB93211) is known color: Harley Davidson Orange. HEX triplet: B9, 32 and 11. RGB value is (185,50,17). Sum of RGB (Red+Green+Blue) = 185+50+17=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B93211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93211 is #46CDEE. Grayscale: #565656. Windows color (decimal): -4640239 or 1127097. OLE color: 1127097.

HSL color Cylindrical-coordinate representation of color #B93211: hue angle of 11.79º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B93211 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 50 17 -
CMYK 0 0.73 0.91 0.27
HSL 11.79º 0.83% 0.4% -
HSV(B) 11.79º 0.91% 0.73% -
XYZ 21.25 12.64 1.85 -
YUV 86.6 88.73 198.18 -
System Red Green Blue C M Y K H S L
Decimal 185 50 17 0 0.73 0.91 0.27 11.79 0.83 0.4
Hex B9 32 11 0 49 5B 1B C 53 28
Octal 271 62 21 0 111 133 33 14 123 50
Binary 10111001 110010 10001 0 1001001 1011011 11011 1100 1010011 101000

Color Harmonies of #B93211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93211

Black with #B93211

Text Example


Text Example

White with #B93211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93211; }

 p { color: rgb(185,50,17); }

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

background-color css

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

 a { background-color: rgb(185,50,17); }

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

border-color css

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

 span { border-color: rgb(185,50,17); }

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