Html Css Color HEX #B93522 Harley Davidson Orange

📋 copy color: '#B93522'

red 185 ◦ green 53 ◦ blue 34

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

Shades of Harley Davidson Orange #B93522

Tints of Harley Davidson Orange #B93522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.5%

R = 68.01%
G = 19.49%
B = 12.5%

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

#B93522 (or 0xB93522) is known color: Harley Davidson Orange. HEX triplet: B9, 35 and 22. RGB value is (185,53,34). Sum of RGB (Red+Green+Blue) = 185+53+34=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B93522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93522 is #46CADD. Grayscale: #5A5A5A. Windows color (decimal): -4639454 or 2241977. OLE color: 2241977.

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

Color convert

RGB 185 53 34 -
CMYK 0 0.71 0.82 0.27
HSL 7.55º 0.69% 0.43% -
HSV(B) 7.55º 0.82% 0.73% -
XYZ 21.57 12.98 2.88 -
YUV 90.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 185 53 34 0 0.71 0.82 0.27 7.55 0.69 0.43
Hex B9 35 22 0 47 52 1B 8 45 2B
Octal 271 65 42 0 107 122 33 10 105 53
Binary 10111001 110101 100010 0 1000111 1010010 11011 1000 1000101 101011

Color Harmonies of #B93522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93522

Black with #B93522

Text Example


Text Example

White with #B93522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93522; }

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

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

background-color css

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

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

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

border-color css

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

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

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