Html Css Color HEX #BD553C Grenadier

📋 copy color: '#BD553C'

red 189 ◦ green 85 ◦ blue 60

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

Shades of Grenadier #BD553C

Tints of Grenadier #BD553C

RGB

 RED value IS 189 (74.22% from 255) = 56.59%

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

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

R = 56.59%
G = 25.45%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD553C (or 0xBD553C) is known color: Grenadier. HEX triplet: BD, 55 and 3C. RGB value is (189,85,60). Sum of RGB (Red+Green+Blue) = 189+85+60=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD553C is #42AAC3. Grayscale: #717171. Windows color (decimal): -4369092 or 3954109. OLE color: 3954109.

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

Color convert

RGB 189 85 60 -
CMYK 0 0.55 0.68 0.26
HSL 11.63º 0.52% 0.49% -
HSV(B) 11.63º 0.68% 0.74% -
XYZ 25.05 17.64 6.36 -
YUV 113.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 189 85 60 0 0.55 0.68 0.26 11.63 0.52 0.49
Hex BD 55 3C 0 37 44 1A C 34 31
Octal 275 125 74 0 67 104 32 14 64 61
Binary 10111101 1010101 111100 0 110111 1000100 11010 1100 110100 110001

Color Harmonies of #BD553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD553C

Black with #BD553C

Text Example


Text Example

White with #BD553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD553C; }

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

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

background-color css

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

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

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

border-color css

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

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

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