Html Css Color HEX #BD5535 Grenadier

📋 copy color: '#BD5535'

red 189 ◦ green 85 ◦ blue 53

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

Shades of Grenadier #BD5535

Tints of Grenadier #BD5535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.21%

R = 57.8%
G = 25.99%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD5535 (or 0xBD5535) is known color: Grenadier. HEX triplet: BD, 55 and 35. RGB value is (189,85,53). Sum of RGB (Red+Green+Blue) = 189+85+53=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5535 is #42AACA. Grayscale: #707070. Windows color (decimal): -4369099 or 3495357. OLE color: 3495357.

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

Color convert

RGB 189 85 53 -
CMYK 0 0.55 0.72 0.26
HSL 14.12º 0.56% 0.47% -
HSV(B) 14.12º 0.72% 0.74% -
XYZ 24.88 17.57 5.45 -
YUV 112.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 189 85 53 0 0.55 0.72 0.26 14.12 0.56 0.47
Hex BD 55 35 0 37 48 1A E 38 2F
Octal 275 125 65 0 67 110 32 16 70 57
Binary 10111101 1010101 110101 0 110111 1001000 11010 1110 111000 101111

Color Harmonies of #BD5535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5535

Black with #BD5535

Text Example


Text Example

White with #BD5535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5535; }

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

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

background-color css

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

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

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

border-color css

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

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

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