Html Css Color HEX #BD4C3D Grenadier

📋 copy color: '#BD4C3D'

red 189 ◦ green 76 ◦ blue 61

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

Shades of Grenadier #BD4C3D

Tints of Grenadier #BD4C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.31%

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

R = 57.98%
G = 23.31%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD4C3D (or 0xBD4C3D) is known color: Grenadier. HEX triplet: BD, 4C and 3D. RGB value is (189,76,61). Sum of RGB (Red+Green+Blue) = 189+76+61=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4C3D is #42B3C2. Grayscale: #6C6C6C. Windows color (decimal): -4371395 or 4017341. OLE color: 4017341.

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

Color convert

RGB 189 76 61 -
CMYK 0 0.60 0.68 0.26
HSL 7.03º 0.51% 0.49% -
HSV(B) 7.03º 0.68% 0.74% -
XYZ 24.41 16.32 6.28 -
YUV 108.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 189 76 61 0 0.60 0.68 0.26 7.03 0.51 0.49
Hex BD 4C 3D 0 3C 44 1A 7 33 31
Octal 275 114 75 0 74 104 32 7 63 61
Binary 10111101 1001100 111101 0 111100 1000100 11010 111 110011 110001

Color Harmonies of #BD4C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C3D

Black with #BD4C3D

Text Example


Text Example

White with #BD4C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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