Html Css Color HEX #BD513E Grenadier

📋 copy color: '#BD513E'

red 189 ◦ green 81 ◦ blue 62

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

Shades of Grenadier #BD513E

Tints of Grenadier #BD513E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 56.93%
G = 24.4%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD513E (or 0xBD513E) is known color: Grenadier. HEX triplet: BD, 51 and 3E. RGB value is (189,81,62). Sum of RGB (Red+Green+Blue) = 189+81+62=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD513E is #42AEC1. Grayscale: #6F6F6F. Windows color (decimal): -4370114 or 4084157. OLE color: 4084157.

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

Color convert

RGB 189 81 62 -
CMYK 0 0.57 0.67 0.26
HSL 8.98º 0.51% 0.49% -
HSV(B) 8.98º 0.67% 0.74% -
XYZ 24.8 17.05 6.54 -
YUV 111.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 189 81 62 0 0.57 0.67 0.26 8.98 0.51 0.49
Hex BD 51 3E 0 39 43 1A 9 33 31
Octal 275 121 76 0 71 103 32 11 63 61
Binary 10111101 1010001 111110 0 111001 1000011 11010 1001 110011 110001

Color Harmonies of #BD513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD513E

Black with #BD513E

Text Example


Text Example

White with #BD513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD513E; }

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

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

background-color css

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

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

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

border-color css

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

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

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