#B27D34

Color #B27D34 Mandalay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandalay #B27D34

Tints of Mandalay #B27D34

Color information

#B27D34 (or 0xB27D34) is unknown color: approx Mandalay. HEX triplet: B2, 7D and 34. RGB value is (178,125,52). Sum of RGB (Red+Green+Blue) = 178+125+52=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27D34 is #4D82CB. Grayscale: #848484. Windows color (decimal): -5079756 or 3440050. OLE color: 3440050.

HSL color Cylindrical-coordinate representation of color #B27D34: hue angle of 34.76º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B27D34 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB17812552-
CMYK00.300.710.30
HSL34.76º54.78%45.1%-
HSV(B)34.76º70.79%69.8%-
XYZ26.3124.386.57-
YUV132.5282.56160.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 52 (20.70% from 255) = 14.65%
R=50.14%
G=35.21%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781255200.300.710.3034.7654.7845.1
HexB27D3401E471E23372d
Octal2621756403610736436755
Binary101100101111101110100011110100011111110100011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D34; }

 p { color: rgb(178,125,52); }

 H1.HeaderClassName
 {
   color: #B27D34;
 }
 .AnyTagClassName
 {
   color: #B27D34;
 }
</style>
background-color css

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

 a { background-color: rgb(178,125,52); }

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

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

 span { border-color: rgb(178,125,52); }

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