Html Css Color HEX #BD452E Grenadier

📋 copy color: '#BD452E'

red 189 ◦ green 69 ◦ blue 46

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

Shades of Grenadier #BD452E

Tints of Grenadier #BD452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.13%

R = 62.17%
G = 22.7%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD452E (or 0xBD452E) is known color: Grenadier. HEX triplet: BD, 45 and 2E. RGB value is (189,69,46). Sum of RGB (Red+Green+Blue) = 189+69+46=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD452E is #42BAD1. Grayscale: #666666. Windows color (decimal): -4373202 or 3032509. OLE color: 3032509.

HSL color Cylindrical-coordinate representation of color #BD452E: hue angle of 9.65º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD452E is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 46 -
CMYK 0 0.63 0.76 0.26
HSL 9.65º 0.61% 0.46% -
HSV(B) 9.65º 0.76% 0.74% -
XYZ 23.61 15.27 4.29 -
YUV 102.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 189 69 46 0 0.63 0.76 0.26 9.65 0.61 0.46
Hex BD 45 2E 0 3F 4C 1A A 3D 2E
Octal 275 105 56 0 77 114 32 12 75 56
Binary 10111101 1000101 101110 0 111111 1001100 11010 1010 111101 101110

Color Harmonies of #BD452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD452E

Black with #BD452E

Text Example


Text Example

White with #BD452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD452E; }

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

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

background-color css

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

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

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

border-color css

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

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

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