Html Css Color HEX #BD553D Grenadier

📋 copy color: '#BD553D'

red 189 ◦ green 85 ◦ blue 61

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

Shades of Grenadier #BD553D

Tints of Grenadier #BD553D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 56.42%
G = 25.37%
B = 18.21%

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

#BD553D (or 0xBD553D) is known color: Grenadier. HEX triplet: BD, 55 and 3D. RGB value is (189,85,61). Sum of RGB (Red+Green+Blue) = 189+85+61=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD553D is #42AAC2. Grayscale: #717171. Windows color (decimal): -4369091 or 4019645. OLE color: 4019645.

HSL color Cylindrical-coordinate representation of color #BD553D: hue angle of 11.25º degrees, saturation: 0.51, 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 #BD553D is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 85 61 -
CMYK 0 0.55 0.68 0.26
HSL 11.25º 0.51% 0.49% -
HSV(B) 11.25º 0.68% 0.74% -
XYZ 25.08 17.65 6.5 -
YUV 113.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 189 85 61 0 0.55 0.68 0.26 11.25 0.51 0.49
Hex BD 55 3D 0 37 44 1A B 33 31
Octal 275 125 75 0 67 104 32 13 63 61
Binary 10111101 1010101 111101 0 110111 1000100 11010 1011 110011 110001

Color Harmonies of #BD553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD553D

Black with #BD553D

Text Example


Text Example

White with #BD553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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