Html Css Color HEX #B27E2E Mandalay

📋 copy color: '#B27E2E'

red 178 ◦ green 126 ◦ blue 46

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

Shades of Mandalay #B27E2E

Tints of Mandalay #B27E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.14%

R = 50.86%
G = 36%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B27E2E (or 0xB27E2E) is known color: Mandalay. HEX triplet: B2, 7E and 2E. RGB value is (178,126,46). Sum of RGB (Red+Green+Blue) = 178+126+46=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E2E is #4D81D1. Grayscale: #848484. Windows color (decimal): -5079506 or 3047090. OLE color: 3047090.

HSL color Cylindrical-coordinate representation of color #B27E2E: hue angle of 36.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B27E2E is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 126 46 -
CMYK 0 0.29 0.74 0.30
HSL 36.36º 0.59% 0.44% -
HSV(B) 36.36º 0.74% 0.7% -
XYZ 26.31 24.58 5.94 -
YUV 132.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 178 126 46 0 0.29 0.74 0.30 36.36 0.59 0.44
Hex B2 7E 2E 0 1D 4A 1E 24 3B 2C
Octal 262 176 56 0 35 112 36 44 73 54
Binary 10110010 1111110 101110 0 11101 1001010 11110 100100 111011 101100

Color Harmonies of #B27E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E2E

Black with #B27E2E

Text Example


Text Example

White with #B27E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E2E; }

 p { color: rgb(178,126,46); }

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

background-color css

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

 a { background-color: rgb(178,126,46); }

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

border-color css

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

 span { border-color: rgb(178,126,46); }

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