Html Css Color HEX #BD7E33 Mandalay

📋 copy color: '#BD7E33'

red 189 ◦ green 126 ◦ blue 51

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

Shades of Mandalay #BD7E33

Tints of Mandalay #BD7E33

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.43%

 BLUE value IS 51 (20.31% from 255) = 13.93%

R = 51.64%
G = 34.43%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD7E33 (or 0xBD7E33) is known color: Mandalay. HEX triplet: BD, 7E and 33. RGB value is (189,126,51). Sum of RGB (Red+Green+Blue) = 189+126+51=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7E33 is #4281CC. Grayscale: #888888. Windows color (decimal): -4358605 or 3374781. OLE color: 3374781.

HSL color Cylindrical-coordinate representation of color #BD7E33: hue angle of 32.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD7E33 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 126 51 -
CMYK 0 0.33 0.73 0.26
HSL 32.61º 0.58% 0.47% -
HSV(B) 32.61º 0.73% 0.74% -
XYZ 29.04 25.98 6.62 -
YUV 136.29 79.87 165.6 -
System Red Green Blue C M Y K H S L
Decimal 189 126 51 0 0.33 0.73 0.26 32.61 0.58 0.47
Hex BD 7E 33 0 21 49 1A 21 3A 2F
Octal 275 176 63 0 41 111 32 41 72 57
Binary 10111101 1111110 110011 0 100001 1001001 11010 100001 111010 101111

Color Harmonies of #BD7E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E33

Black with #BD7E33

Text Example


Text Example

White with #BD7E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E33; }

 p { color: rgb(189,126,51); }

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

background-color css

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

 a { background-color: rgb(189,126,51); }

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

border-color css

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

 span { border-color: rgb(189,126,51); }

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