Html Css Color HEX #B93521 Harley Davidson Orange

📋 copy color: '#B93521'

red 185 ◦ green 53 ◦ blue 33

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

Shades of Harley Davidson Orange #B93521

Tints of Harley Davidson Orange #B93521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.18%

R = 68.27%
G = 19.56%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B93521 (or 0xB93521) is known color: Harley Davidson Orange. HEX triplet: B9, 35 and 21. RGB value is (185,53,33). Sum of RGB (Red+Green+Blue) = 185+53+33=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B93521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93521 is #46CADE. Grayscale: #5A5A5A. Windows color (decimal): -4639455 or 2176441. OLE color: 2176441.

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

Color convert

RGB 185 53 33 -
CMYK 0 0.71 0.82 0.27
HSL 7.89º 0.7% 0.43% -
HSV(B) 7.89º 0.82% 0.73% -
XYZ 21.56 12.97 2.81 -
YUV 90.19 95.73 195.63 -
System Red Green Blue C M Y K H S L
Decimal 185 53 33 0 0.71 0.82 0.27 7.89 0.7 0.43
Hex B9 35 21 0 47 52 1B 8 46 2B
Octal 271 65 41 0 107 122 33 10 106 53
Binary 10111001 110101 100001 0 1000111 1010010 11011 1000 1000110 101011

Color Harmonies of #B93521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93521

Black with #B93521

Text Example


Text Example

White with #B93521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93521; }

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

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

background-color css

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

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

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

border-color css

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

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

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