Html Css Color HEX #BD4835 Grenadier

📋 copy color: '#BD4835'

red 189 ◦ green 72 ◦ blue 53

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

Shades of Grenadier #BD4835

Tints of Grenadier #BD4835

RGB

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

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

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

R = 60.19%
G = 22.93%
B = 16.88%

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

#BD4835 (or 0xBD4835) is known color: Grenadier. HEX triplet: BD, 48 and 35. RGB value is (189,72,53). Sum of RGB (Red+Green+Blue) = 189+72+53=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4835 is #42B7CA. Grayscale: #696969. Windows color (decimal): -4372427 or 3492029. OLE color: 3492029.

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

Color convert

RGB 189 72 53 -
CMYK 0 0.62 0.72 0.26
HSL 8.38º 0.56% 0.47% -
HSV(B) 8.38º 0.72% 0.74% -
XYZ 23.95 15.71 5.14 -
YUV 104.82 98.76 188.04 -
System Red Green Blue C M Y K H S L
Decimal 189 72 53 0 0.62 0.72 0.26 8.38 0.56 0.47
Hex BD 48 35 0 3E 48 1A 8 38 2F
Octal 275 110 65 0 76 110 32 10 70 57
Binary 10111101 1001000 110101 0 111110 1001000 11010 1000 111000 101111

Color Harmonies of #BD4835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4835

Black with #BD4835

Text Example


Text Example

White with #BD4835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4835; }

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

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

background-color css

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

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

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

border-color css

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

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

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