Html Css Color HEX #BD513C Grenadier

📋 copy color: '#BD513C'

red 189 ◦ green 81 ◦ blue 60

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

Shades of Grenadier #BD513C

Tints of Grenadier #BD513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 57.27%
G = 24.55%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD513C (or 0xBD513C) is known color: Grenadier. HEX triplet: BD, 51 and 3C. RGB value is (189,81,60). Sum of RGB (Red+Green+Blue) = 189+81+60=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD513C is #42AEC3. Grayscale: #6F6F6F. Windows color (decimal): -4370116 or 3953085. OLE color: 3953085.

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

Color convert

RGB 189 81 60 -
CMYK 0 0.57 0.68 0.26
HSL 9.77º 0.52% 0.49% -
HSV(B) 9.77º 0.68% 0.74% -
XYZ 24.74 17.03 6.26 -
YUV 110.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 189 81 60 0 0.57 0.68 0.26 9.77 0.52 0.49
Hex BD 51 3C 0 39 44 1A A 34 31
Octal 275 121 74 0 71 104 32 12 64 61
Binary 10111101 1010001 111100 0 111001 1000100 11010 1010 110100 110001

Color Harmonies of #BD513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD513C

Black with #BD513C

Text Example


Text Example

White with #BD513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD513C; }

 p { color: rgb(189,81,60); }

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

background-color css

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

 a { background-color: rgb(189,81,60); }

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

border-color css

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

 span { border-color: rgb(189,81,60); }

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