Html Css Color HEX #BD5434 Grenadier

📋 copy color: '#BD5434'

red 189 ◦ green 84 ◦ blue 52

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

Shades of Grenadier #BD5434

Tints of Grenadier #BD5434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.85%

 BLUE value IS 52 (20.7% from 255) = 16%

R = 58.15%
G = 25.85%
B = 16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD5434 (or 0xBD5434) is known color: Grenadier. HEX triplet: BD, 54 and 34. RGB value is (189,84,52). Sum of RGB (Red+Green+Blue) = 189+84+52=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5434 is #42ABCB. Grayscale: #6F6F6F. Windows color (decimal): -4369356 or 3429565. OLE color: 3429565.

HSL color Cylindrical-coordinate representation of color #BD5434: hue angle of 14.01º degrees, saturation: 0.57, 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 #BD5434 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 84 52 -
CMYK 0 0.56 0.72 0.26
HSL 14.01º 0.57% 0.47% -
HSV(B) 14.01º 0.72% 0.74% -
XYZ 24.78 17.41 5.3 -
YUV 111.75 94.29 183.1 -
System Red Green Blue C M Y K H S L
Decimal 189 84 52 0 0.56 0.72 0.26 14.01 0.57 0.47
Hex BD 54 34 0 38 48 1A E 39 2F
Octal 275 124 64 0 70 110 32 16 71 57
Binary 10111101 1010100 110100 0 111000 1001000 11010 1110 111001 101111

Color Harmonies of #BD5434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5434

Black with #BD5434

Text Example


Text Example

White with #BD5434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5434; }

 p { color: rgb(189,84,52); }

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

background-color css

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

 a { background-color: rgb(189,84,52); }

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

border-color css

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

 span { border-color: rgb(189,84,52); }

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