Html Css Color HEX #BD533B Grenadier

📋 copy color: '#BD533B'

red 189 ◦ green 83 ◦ blue 59

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

Shades of Grenadier #BD533B

Tints of Grenadier #BD533B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.08%

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

R = 57.1%
G = 25.08%
B = 17.82%

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

#BD533B (or 0xBD533B) is known color: Grenadier. HEX triplet: BD, 53 and 3B. RGB value is (189,83,59). Sum of RGB (Red+Green+Blue) = 189+83+59=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD533B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD533B is #42ACC4. Grayscale: #707070. Windows color (decimal): -4369605 or 3888061. OLE color: 3888061.

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

Color convert

RGB 189 83 59 -
CMYK 0 0.56 0.69 0.26
HSL 11.08º 0.52% 0.49% -
HSV(B) 11.08º 0.69% 0.74% -
XYZ 24.87 17.32 6.17 -
YUV 111.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 189 83 59 0 0.56 0.69 0.26 11.08 0.52 0.49
Hex BD 53 3B 0 38 45 1A B 34 31
Octal 275 123 73 0 70 105 32 13 64 61
Binary 10111101 1010011 111011 0 111000 1000101 11010 1011 110100 110001

Color Harmonies of #BD533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD533B

Black with #BD533B

Text Example


Text Example

White with #BD533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD533B; }

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

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

background-color css

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

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

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

border-color css

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

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

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