Html Css Color HEX #BD453D Grenadier

📋 copy color: '#BD453D'

red 189 ◦ green 69 ◦ blue 61

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

Shades of Grenadier #BD453D

Tints of Grenadier #BD453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

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

R = 59.25%
G = 21.63%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD453D (or 0xBD453D) is known color: Grenadier. HEX triplet: BD, 45 and 3D. RGB value is (189,69,61). Sum of RGB (Red+Green+Blue) = 189+69+61=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD453D is #42BAC2. Grayscale: #686868. Windows color (decimal): -4373187 or 4015549. OLE color: 4015549.

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

Color convert

RGB 189 69 61 -
CMYK 0 0.63 0.68 0.26
HSL 3.75º 0.51% 0.49% -
HSV(B) 3.75º 0.68% 0.74% -
XYZ 23.96 15.41 6.13 -
YUV 103.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 189 69 61 0 0.63 0.68 0.26 3.75 0.51 0.49
Hex BD 45 3D 0 3F 44 1A 4 33 31
Octal 275 105 75 0 77 104 32 4 63 61
Binary 10111101 1000101 111101 0 111111 1000100 11010 100 110011 110001

Color Harmonies of #BD453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD453D

Black with #BD453D

Text Example


Text Example

White with #BD453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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