Html Css Color HEX #BD4F34 Grenadier

📋 copy color: '#BD4F34'

red 189 ◦ green 79 ◦ blue 52

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

Shades of Grenadier #BD4F34

Tints of Grenadier #BD4F34

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.69%

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

R = 59.06%
G = 24.69%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD4F34 (or 0xBD4F34) is known color: Grenadier. HEX triplet: BD, 4F and 34. RGB value is (189,79,52). Sum of RGB (Red+Green+Blue) = 189+79+52=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4F34 is #42B0CB. Grayscale: #6D6D6D. Windows color (decimal): -4370636 or 3428285. OLE color: 3428285.

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

Color convert

RGB 189 79 52 -
CMYK 0 0.58 0.72 0.26
HSL 11.82º 0.57% 0.47% -
HSV(B) 11.82º 0.72% 0.74% -
XYZ 24.4 16.66 5.18 -
YUV 108.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 189 79 52 0 0.58 0.72 0.26 11.82 0.57 0.47
Hex BD 4F 34 0 3A 48 1A C 39 2F
Octal 275 117 64 0 72 110 32 14 71 57
Binary 10111101 1001111 110100 0 111010 1001000 11010 1100 111001 101111

Color Harmonies of #BD4F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F34

Black with #BD4F34

Text Example


Text Example

White with #BD4F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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