Html Css Color HEX #B27735 Mandalay

📋 copy color: '#B27735'

red 178 ◦ green 119 ◦ blue 53

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

Shades of Mandalay #B27735

Tints of Mandalay #B27735

RGB

 RED value IS 178 (69.92% from 255) = 50.86%

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 50.86%
G = 34%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B27735 (or 0xB27735) is known color: Mandalay. HEX triplet: B2, 77 and 35. RGB value is (178,119,53). Sum of RGB (Red+Green+Blue) = 178+119+53=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B27735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27735 is #4D88CA. Grayscale: #818181. Windows color (decimal): -5081291 or 3504050. OLE color: 3504050.

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

Color convert

RGB 178 119 53 -
CMYK 0 0.33 0.70 0.30
HSL 31.68º 0.54% 0.45% -
HSV(B) 31.68º 0.7% 0.7% -
XYZ 25.6 22.92 6.44 -
YUV 129.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 178 119 53 0 0.33 0.70 0.30 31.68 0.54 0.45
Hex B2 77 35 0 21 46 1E 20 36 2D
Octal 262 167 65 0 41 106 36 40 66 55
Binary 10110010 1110111 110101 0 100001 1000110 11110 100000 110110 101101

Color Harmonies of #B27735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27735

Black with #B27735

Text Example


Text Example

White with #B27735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27735; }

 p { color: rgb(178,119,53); }

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

background-color css

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

 a { background-color: rgb(178,119,53); }

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

border-color css

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

 span { border-color: rgb(178,119,53); }

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