Html Css Color HEX #BD4734 Grenadier

📋 copy color: '#BD4734'

red 189 ◦ green 71 ◦ blue 52

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

Shades of Grenadier #BD4734

Tints of Grenadier #BD4734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.76%

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

R = 60.58%
G = 22.76%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD4734 (or 0xBD4734) is known color: Grenadier. HEX triplet: BD, 47 and 34. RGB value is (189,71,52). Sum of RGB (Red+Green+Blue) = 189+71+52=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4734 is #42B8CB. Grayscale: #686868. Windows color (decimal): -4372684 or 3426237. OLE color: 3426237.

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

Color convert

RGB 189 71 52 -
CMYK 0 0.62 0.72 0.26
HSL 8.32º 0.57% 0.47% -
HSV(B) 8.32º 0.72% 0.74% -
XYZ 23.86 15.57 5 -
YUV 104.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 189 71 52 0 0.62 0.72 0.26 8.32 0.57 0.47
Hex BD 47 34 0 3E 48 1A 8 39 2F
Octal 275 107 64 0 76 110 32 10 71 57
Binary 10111101 1000111 110100 0 111110 1001000 11010 1000 111001 101111

Color Harmonies of #BD4734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4734

Black with #BD4734

Text Example


Text Example

White with #BD4734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4734; }

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

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

background-color css

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

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

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

border-color css

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

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

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