Html Css Color HEX #BD5236 Grenadier

📋 copy color: '#BD5236'

red 189 ◦ green 82 ◦ blue 54

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

Shades of Grenadier #BD5236

Tints of Grenadier #BD5236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.62%

R = 58.15%
G = 25.23%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BD5236 (or 0xBD5236) is known color: Grenadier. HEX triplet: BD, 52 and 36. RGB value is (189,82,54). Sum of RGB (Red+Green+Blue) = 189+82+54=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5236 is #42ADC9. Grayscale: #6F6F6F. Windows color (decimal): -4369866 or 3560125. OLE color: 3560125.

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

Color convert

RGB 189 82 54 -
CMYK 0 0.57 0.71 0.26
HSL 12.44º 0.56% 0.48% -
HSV(B) 12.44º 0.71% 0.74% -
XYZ 24.67 17.12 5.49 -
YUV 110.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 189 82 54 0 0.57 0.71 0.26 12.44 0.56 0.48
Hex BD 52 36 0 39 47 1A C 38 30
Octal 275 122 66 0 71 107 32 14 70 60
Binary 10111101 1010010 110110 0 111001 1000111 11010 1100 111000 110000

Color Harmonies of #BD5236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5236

Black with #BD5236

Text Example


Text Example

White with #BD5236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5236; }

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

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

background-color css

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

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

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

border-color css

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

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

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