Html Css Color HEX #B93421 Harley Davidson Orange

📋 copy color: '#B93421'

red 185 ◦ green 52 ◦ blue 33

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

Shades of Harley Davidson Orange #B93421

Tints of Harley Davidson Orange #B93421

RGB

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

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

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

R = 68.52%
G = 19.26%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B93421 (or 0xB93421) is known color: Harley Davidson Orange. HEX triplet: B9, 34 and 21. RGB value is (185,52,33). Sum of RGB (Red+Green+Blue) = 185+52+33=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B93421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93421 is #46CBDE. Grayscale: #595959. Windows color (decimal): -4639711 or 2176185. OLE color: 2176185.

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

Color convert

RGB 185 52 33 -
CMYK 0 0.72 0.82 0.27
HSL 7.5º 0.7% 0.43% -
HSV(B) 7.5º 0.82% 0.73% -
XYZ 21.51 12.88 2.79 -
YUV 89.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 185 52 33 0 0.72 0.82 0.27 7.5 0.7 0.43
Hex B9 34 21 0 48 52 1B 8 46 2B
Octal 271 64 41 0 110 122 33 10 106 53
Binary 10111001 110100 100001 0 1001000 1010010 11011 1000 1000110 101011

Color Harmonies of #B93421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93421

Black with #B93421

Text Example


Text Example

White with #B93421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93421; }

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

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

background-color css

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

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

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

border-color css

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

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

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