Html Css Color HEX #B93420 Harley Davidson Orange

📋 copy color: '#B93420'

red 185 ◦ green 52 ◦ blue 32

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

Shades of Harley Davidson Orange #B93420

Tints of Harley Davidson Orange #B93420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 68.77%
G = 19.33%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B93420 (or 0xB93420) is known color: Harley Davidson Orange. HEX triplet: B9, 34 and 20. RGB value is (185,52,32). Sum of RGB (Red+Green+Blue) = 185+52+32=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B93420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93420 is #46CBDF. Grayscale: #595959. Windows color (decimal): -4639712 or 2110649. OLE color: 2110649.

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

Color convert

RGB 185 52 32 -
CMYK 0 0.72 0.83 0.27
HSL 7.84º 0.71% 0.43% -
HSV(B) 7.84º 0.83% 0.73% -
XYZ 21.5 12.87 2.72 -
YUV 89.49 95.56 196.13 -
System Red Green Blue C M Y K H S L
Decimal 185 52 32 0 0.72 0.83 0.27 7.84 0.71 0.43
Hex B9 34 20 0 48 53 1B 8 47 2B
Octal 271 64 40 0 110 123 33 10 107 53
Binary 10111001 110100 100000 0 1001000 1010011 11011 1000 1000111 101011

Color Harmonies of #B93420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93420

Black with #B93420

Text Example


Text Example

White with #B93420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93420; }

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

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

background-color css

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

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

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

border-color css

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

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

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