Html Css Color HEX #B27932 Mandalay

📋 copy color: '#B27932'

red 178 ◦ green 121 ◦ blue 50

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

Shades of Mandalay #B27932

Tints of Mandalay #B27932

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.67%

 BLUE value IS 50 (19.92% from 255) = 14.33%

R = 51%
G = 34.67%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B27932 (or 0xB27932) is known color: Mandalay. HEX triplet: B2, 79 and 32. RGB value is (178,121,50). Sum of RGB (Red+Green+Blue) = 178+121+50=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B27932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27932 is #4D86CD. Grayscale: #828282. Windows color (decimal): -5080782 or 3307954. OLE color: 3307954.

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

Color convert

RGB 178 121 50 -
CMYK 0 0.32 0.72 0.30
HSL 33.28º 0.56% 0.45% -
HSV(B) 33.28º 0.72% 0.7% -
XYZ 25.77 23.37 6.17 -
YUV 129.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 178 121 50 0 0.32 0.72 0.30 33.28 0.56 0.45
Hex B2 79 32 0 20 48 1E 21 38 2D
Octal 262 171 62 0 40 110 36 41 70 55
Binary 10110010 1111001 110010 0 100000 1001000 11110 100001 111000 101101

Color Harmonies of #B27932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27932

Black with #B27932

Text Example


Text Example

White with #B27932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27932; }

 p { color: rgb(178,121,50); }

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

background-color css

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

 a { background-color: rgb(178,121,50); }

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

border-color css

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

 span { border-color: rgb(178,121,50); }

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