Html Css Color HEX #BD7E35 Mandalay

📋 copy color: '#BD7E35'

red 189 ◦ green 126 ◦ blue 53

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

Shades of Mandalay #BD7E35

Tints of Mandalay #BD7E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.4%

R = 51.36%
G = 34.24%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD7E35 (or 0xBD7E35) is known color: Mandalay. HEX triplet: BD, 7E and 35. RGB value is (189,126,53). Sum of RGB (Red+Green+Blue) = 189+126+53=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7E35 is #4281CA. Grayscale: #888888. Windows color (decimal): -4358603 or 3505853. OLE color: 3505853.

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

Color convert

RGB 189 126 53 -
CMYK 0 0.33 0.72 0.26
HSL 32.21º 0.56% 0.47% -
HSV(B) 32.21º 0.72% 0.74% -
XYZ 29.09 26 6.85 -
YUV 136.52 80.87 165.44 -
System Red Green Blue C M Y K H S L
Decimal 189 126 53 0 0.33 0.72 0.26 32.21 0.56 0.47
Hex BD 7E 35 0 21 48 1A 20 38 2F
Octal 275 176 65 0 41 110 32 40 70 57
Binary 10111101 1111110 110101 0 100001 1001000 11010 100000 111000 101111

Color Harmonies of #BD7E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E35

Black with #BD7E35

Text Example


Text Example

White with #BD7E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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