Html Css Color HEX #BD503D Grenadier

📋 copy color: '#BD503D'

red 189 ◦ green 80 ◦ blue 61

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

Shades of Grenadier #BD503D

Tints of Grenadier #BD503D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 61 (24.22% from 255) = 18.48%

R = 57.27%
G = 24.24%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD503D (or 0xBD503D) is known color: Grenadier. HEX triplet: BD, 50 and 3D. RGB value is (189,80,61). Sum of RGB (Red+Green+Blue) = 189+80+61=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD503D is #42AFC2. Grayscale: #6E6E6E. Windows color (decimal): -4370371 or 4018365. OLE color: 4018365.

HSL color Cylindrical-coordinate representation of color #BD503D: hue angle of 8.91º degrees, saturation: 0.51, 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 #BD503D is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 80 61 -
CMYK 0 0.58 0.68 0.26
HSL 8.91º 0.51% 0.49% -
HSV(B) 8.91º 0.68% 0.74% -
XYZ 24.7 16.89 6.37 -
YUV 110.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 189 80 61 0 0.58 0.68 0.26 8.91 0.51 0.49
Hex BD 50 3D 0 3A 44 1A 9 33 31
Octal 275 120 75 0 72 104 32 11 63 61
Binary 10111101 1010000 111101 0 111010 1000100 11010 1001 110011 110001

Color Harmonies of #BD503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD503D

Black with #BD503D

Text Example


Text Example

White with #BD503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD503D; }

 p { color: rgb(189,80,61); }

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

background-color css

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

 a { background-color: rgb(189,80,61); }

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

border-color css

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

 span { border-color: rgb(189,80,61); }

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