Html Css Color HEX #B93520 Harley Davidson Orange

📋 copy color: '#B93520'

red 185 ◦ green 53 ◦ blue 32

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

Shades of Harley Davidson Orange #B93520

Tints of Harley Davidson Orange #B93520

RGB

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

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

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

R = 68.52%
G = 19.63%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B93520 (or 0xB93520) is known color: Harley Davidson Orange. HEX triplet: B9, 35 and 20. RGB value is (185,53,32). Sum of RGB (Red+Green+Blue) = 185+53+32=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B93520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93520 is #46CADF. Grayscale: #5A5A5A. Windows color (decimal): -4639456 or 2110905. OLE color: 2110905.

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

Color convert

RGB 185 53 32 -
CMYK 0 0.71 0.83 0.27
HSL 8.24º 0.71% 0.43% -
HSV(B) 8.24º 0.83% 0.73% -
XYZ 21.54 12.96 2.73 -
YUV 90.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 185 53 32 0 0.71 0.83 0.27 8.24 0.71 0.43
Hex B9 35 20 0 47 53 1B 8 47 2B
Octal 271 65 40 0 107 123 33 10 107 53
Binary 10111001 110101 100000 0 1000111 1010011 11011 1000 1000111 101011

Color Harmonies of #B93520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93520

Black with #B93520

Text Example


Text Example

White with #B93520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93520; }

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

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

background-color css

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

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

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

border-color css

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

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

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