Html Css Color HEX #B9533E Grenadier

📋 copy color: '#B9533E'

red 185 ◦ green 83 ◦ blue 62

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

Shades of Grenadier #B9533E

Tints of Grenadier #B9533E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.15%

 BLUE value IS 62 (24.61% from 255) = 18.79%

R = 56.06%
G = 25.15%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9533E (or 0xB9533E) is known color: Grenadier. HEX triplet: B9, 53 and 3E. RGB value is (185,83,62). Sum of RGB (Red+Green+Blue) = 185+83+62=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9533E is #46ACC1. Grayscale: #6F6F6F. Windows color (decimal): -4631746 or 4084665. OLE color: 4084665.

HSL color Cylindrical-coordinate representation of color #B9533E: hue angle of 10.24º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9533E is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 83 62 -
CMYK 0 0.55 0.66 0.27
HSL 10.24º 0.5% 0.48% -
HSV(B) 10.24º 0.66% 0.73% -
XYZ 23.97 16.85 6.55 -
YUV 111.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 185 83 62 0 0.55 0.66 0.27 10.24 0.5 0.48
Hex B9 53 3E 0 37 42 1B A 32 30
Octal 271 123 76 0 67 102 33 12 62 60
Binary 10111001 1010011 111110 0 110111 1000010 11011 1010 110010 110000

Color Harmonies of #B9533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9533E

Black with #B9533E

Text Example


Text Example

White with #B9533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9533E; }

 p { color: rgb(185,83,62); }

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

background-color css

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

 a { background-color: rgb(185,83,62); }

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

border-color css

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

 span { border-color: rgb(185,83,62); }

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