Html Css Color HEX #B27A36 Mandalay

📋 copy color: '#B27A36'

red 178 ◦ green 122 ◦ blue 54

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

Shades of Mandalay #B27A36

Tints of Mandalay #B27A36

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.46%

 BLUE value IS 54 (21.48% from 255) = 15.25%

R = 50.28%
G = 34.46%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B27A36 (or 0xB27A36) is known color: Mandalay. HEX triplet: B2, 7A and 36. RGB value is (178,122,54). Sum of RGB (Red+Green+Blue) = 178+122+54=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27A36 is #4D85C9. Grayscale: #838383. Windows color (decimal): -5080522 or 3570354. OLE color: 3570354.

HSL color Cylindrical-coordinate representation of color #B27A36: hue angle of 32.9º degrees, saturation: 0.53, 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 #B27A36 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 122 54 -
CMYK 0 0.31 0.70 0.30
HSL 32.9º 0.53% 0.45% -
HSV(B) 32.9º 0.7% 0.7% -
XYZ 25.99 23.65 6.69 -
YUV 130.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 178 122 54 0 0.31 0.70 0.30 32.9 0.53 0.45
Hex B2 7A 36 0 1F 46 1E 21 35 2D
Octal 262 172 66 0 37 106 36 41 65 55
Binary 10110010 1111010 110110 0 11111 1000110 11110 100001 110101 101101

Color Harmonies of #B27A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A36

Black with #B27A36

Text Example


Text Example

White with #B27A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A36; }

 p { color: rgb(178,122,54); }

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

background-color css

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

 a { background-color: rgb(178,122,54); }

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

border-color css

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

 span { border-color: rgb(178,122,54); }

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