Html Css Color HEX #BD4834 Grenadier

📋 copy color: '#BD4834'

red 189 ◦ green 72 ◦ blue 52

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

Shades of Grenadier #BD4834

Tints of Grenadier #BD4834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23%

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

R = 60.38%
G = 23%
B = 16.61%

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

#BD4834 (or 0xBD4834) is known color: Grenadier. HEX triplet: BD, 48 and 34. RGB value is (189,72,52). Sum of RGB (Red+Green+Blue) = 189+72+52=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4834 is #42B7CB. Grayscale: #686868. Windows color (decimal): -4372428 or 3426493. OLE color: 3426493.

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

Color convert

RGB 189 72 52 -
CMYK 0 0.62 0.72 0.26
HSL 8.76º 0.57% 0.47% -
HSV(B) 8.76º 0.72% 0.74% -
XYZ 23.92 15.7 5.02 -
YUV 104.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 189 72 52 0 0.62 0.72 0.26 8.76 0.57 0.47
Hex BD 48 34 0 3E 48 1A 9 39 2F
Octal 275 110 64 0 76 110 32 11 71 57
Binary 10111101 1001000 110100 0 111110 1001000 11010 1001 111001 101111

Color Harmonies of #BD4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4834

Black with #BD4834

Text Example


Text Example

White with #BD4834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4834; }

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

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

background-color css

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

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

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

border-color css

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

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

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