Html Css Color HEX #BD5239 Grenadier

📋 copy color: '#BD5239'

red 189 ◦ green 82 ◦ blue 57

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

Shades of Grenadier #BD5239

Tints of Grenadier #BD5239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25%

 BLUE value IS 57 (22.66% from 255) = 17.38%

R = 57.62%
G = 25%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD5239 (or 0xBD5239) is known color: Grenadier. HEX triplet: BD, 52 and 39. RGB value is (189,82,57). Sum of RGB (Red+Green+Blue) = 189+82+57=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5239 is #42ADC6. Grayscale: #6F6F6F. Windows color (decimal): -4369863 or 3756733. OLE color: 3756733.

HSL color Cylindrical-coordinate representation of color #BD5239: hue angle of 11.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD5239 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 82 57 -
CMYK 0 0.57 0.70 0.26
HSL 11.36º 0.54% 0.48% -
HSV(B) 11.36º 0.7% 0.74% -
XYZ 24.74 17.15 5.88 -
YUV 111.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 189 82 57 0 0.57 0.70 0.26 11.36 0.54 0.48
Hex BD 52 39 0 39 46 1A B 36 30
Octal 275 122 71 0 71 106 32 13 66 60
Binary 10111101 1010010 111001 0 111001 1000110 11010 1011 110110 110000

Color Harmonies of #BD5239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5239

Black with #BD5239

Text Example


Text Example

White with #BD5239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5239; }

 p { color: rgb(189,82,57); }

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

background-color css

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

 a { background-color: rgb(189,82,57); }

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

border-color css

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

 span { border-color: rgb(189,82,57); }

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