Html Css Color HEX #BD482D Grenadier

📋 copy color: '#BD482D'

red 189 ◦ green 72 ◦ blue 45

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

Shades of Grenadier #BD482D

Tints of Grenadier #BD482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.53%

 BLUE value IS 45 (17.97% from 255) = 14.71%

R = 61.76%
G = 23.53%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD482D (or 0xBD482D) is known color: Grenadier. HEX triplet: BD, 48 and 2D. RGB value is (189,72,45). Sum of RGB (Red+Green+Blue) = 189+72+45=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD482D is #42B7D2. Grayscale: #686868. Windows color (decimal): -4372435 or 2967741. OLE color: 2967741.

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

Color convert

RGB 189 72 45 -
CMYK 0 0.62 0.76 0.26
HSL 11.25º 0.62% 0.46% -
HSV(B) 11.25º 0.76% 0.74% -
XYZ 23.78 15.64 4.25 -
YUV 103.91 94.76 188.7 -
System Red Green Blue C M Y K H S L
Decimal 189 72 45 0 0.62 0.76 0.26 11.25 0.62 0.46
Hex BD 48 2D 0 3E 4C 1A B 3E 2E
Octal 275 110 55 0 76 114 32 13 76 56
Binary 10111101 1001000 101101 0 111110 1001100 11010 1011 111110 101110

Color Harmonies of #BD482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD482D

Black with #BD482D

Text Example


Text Example

White with #BD482D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD482D; }

 p { color: rgb(189,72,45); }

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

background-color css

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

 a { background-color: rgb(189,72,45); }

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

border-color css

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

 span { border-color: rgb(189,72,45); }

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