Html Css Color HEX #B9533B Grenadier

📋 copy color: '#B9533B'

red 185 ◦ green 83 ◦ blue 59

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

Shades of Grenadier #B9533B

Tints of Grenadier #B9533B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.04%

R = 56.57%
G = 25.38%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9533B (or 0xB9533B) is known color: Grenadier. HEX triplet: B9, 53 and 3B. RGB value is (185,83,59). Sum of RGB (Red+Green+Blue) = 185+83+59=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9533B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9533B is #46ACC4. Grayscale: #6E6E6E. Windows color (decimal): -4631749 or 3888057. OLE color: 3888057.

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

Color convert

RGB 185 83 59 -
CMYK 0 0.55 0.68 0.27
HSL 11.43º 0.52% 0.48% -
HSV(B) 11.43º 0.68% 0.73% -
XYZ 23.89 16.82 6.12 -
YUV 110.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 185 83 59 0 0.55 0.68 0.27 11.43 0.52 0.48
Hex B9 53 3B 0 37 44 1B B 34 30
Octal 271 123 73 0 67 104 33 13 64 60
Binary 10111001 1010011 111011 0 110111 1000100 11011 1011 110100 110000

Color Harmonies of #B9533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9533B

Black with #B9533B

Text Example


Text Example

White with #B9533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9533B; }

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

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

background-color css

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

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

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

border-color css

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

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

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