Html Css Color HEX #B27E28 Mandalay

📋 copy color: '#B27E28'

red 178 ◦ green 126 ◦ blue 40

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

Shades of Mandalay #B27E28

Tints of Mandalay #B27E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 51.74%
G = 36.63%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B27E28 (or 0xB27E28) is known color: Mandalay. HEX triplet: B2, 7E and 28. RGB value is (178,126,40). Sum of RGB (Red+Green+Blue) = 178+126+40=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E28 is #4D81D7. Grayscale: #848484. Windows color (decimal): -5079512 or 2653874. OLE color: 2653874.

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

Color convert

RGB 178 126 40 -
CMYK 0 0.29 0.78 0.30
HSL 37.39º 0.63% 0.43% -
HSV(B) 37.39º 0.78% 0.7% -
XYZ 26.2 24.54 5.36 -
YUV 131.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 178 126 40 0 0.29 0.78 0.30 37.39 0.63 0.43
Hex B2 7E 28 0 1D 4E 1E 25 3F 2B
Octal 262 176 50 0 35 116 36 45 77 53
Binary 10110010 1111110 101000 0 11101 1001110 11110 100101 111111 101011

Color Harmonies of #B27E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E28

Black with #B27E28

Text Example


Text Example

White with #B27E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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