Html Css Color HEX #B6553C Grenadier

📋 copy color: '#B6553C'

red 182 ◦ green 85 ◦ blue 60

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

Shades of Grenadier #B6553C

Tints of Grenadier #B6553C

RGB

 RED value IS 182 (71.48% from 255) = 55.66%

 GREEN value IS 85 (33.59% from 255) = 25.99%

 BLUE value IS 60 (23.83% from 255) = 18.35%

R = 55.66%
G = 25.99%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6553C (or 0xB6553C) is known color: Grenadier. HEX triplet: B6, 55 and 3C. RGB value is (182,85,60). Sum of RGB (Red+Green+Blue) = 182+85+60=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6553C is #49AAC3. Grayscale: #6F6F6F. Windows color (decimal): -4827844 or 3954102. OLE color: 3954102.

HSL color Cylindrical-coordinate representation of color #B6553C: hue angle of 12.3º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6553C is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 85 60 -
CMYK 0 0.53 0.67 0.29
HSL 12.3º 0.5% 0.47% -
HSV(B) 12.3º 0.67% 0.71% -
XYZ 23.36 16.77 6.28 -
YUV 111.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 182 85 60 0 0.53 0.67 0.29 12.3 0.5 0.47
Hex B6 55 3C 0 35 43 1D C 32 2F
Octal 266 125 74 0 65 103 35 14 62 57
Binary 10110110 1010101 111100 0 110101 1000011 11101 1100 110010 101111

Color Harmonies of #B6553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6553C

Black with #B6553C

Text Example


Text Example

White with #B6553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6553C; }

 p { color: rgb(182,85,60); }

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

background-color css

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

 a { background-color: rgb(182,85,60); }

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

border-color css

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

 span { border-color: rgb(182,85,60); }

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