Html Css Color HEX #BD543B Grenadier

📋 copy color: '#BD543B'

red 189 ◦ green 84 ◦ blue 59

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

Shades of Grenadier #BD543B

Tints of Grenadier #BD543B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 56.93%
G = 25.3%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD543B (or 0xBD543B) is known color: Grenadier. HEX triplet: BD, 54 and 3B. RGB value is (189,84,59). Sum of RGB (Red+Green+Blue) = 189+84+59=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD543B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD543B is #42ABC4. Grayscale: #707070. Windows color (decimal): -4369349 or 3888317. OLE color: 3888317.

HSL color Cylindrical-coordinate representation of color #BD543B: hue angle of 11.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD543B is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 84 59 -
CMYK 0 0.56 0.69 0.26
HSL 11.54º 0.52% 0.49% -
HSV(B) 11.54º 0.69% 0.74% -
XYZ 24.95 17.48 6.2 -
YUV 112.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 189 84 59 0 0.56 0.69 0.26 11.54 0.52 0.49
Hex BD 54 3B 0 38 45 1A C 34 31
Octal 275 124 73 0 70 105 32 14 64 61
Binary 10111101 1010100 111011 0 111000 1000101 11010 1100 110100 110001

Color Harmonies of #BD543B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD543B

Black with #BD543B

Text Example


Text Example

White with #BD543B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD543B; }

 p { color: rgb(189,84,59); }

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

background-color css

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

 a { background-color: rgb(189,84,59); }

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

border-color css

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

 span { border-color: rgb(189,84,59); }

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