Html Css Color HEX #B28231 Mandalay

📋 copy color: '#B28231'

red 178 ◦ green 130 ◦ blue 49

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

Shades of Mandalay #B28231

Tints of Mandalay #B28231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 49.86%
G = 36.41%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B28231 (or 0xB28231) is known color: Mandalay. HEX triplet: B2, 82 and 31. RGB value is (178,130,49). Sum of RGB (Red+Green+Blue) = 178+130+49=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B28231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28231 is #4D7DCE. Grayscale: #878787. Windows color (decimal): -5078479 or 3244722. OLE color: 3244722.

HSL color Cylindrical-coordinate representation of color #B28231: hue angle of 37.67º degrees, saturation: 0.57, 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 #B28231 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 130 49 -
CMYK 0 0.27 0.72 0.30
HSL 37.67º 0.57% 0.45% -
HSV(B) 37.67º 0.72% 0.7% -
XYZ 26.9 25.65 6.44 -
YUV 135.12 79.4 158.59 -
System Red Green Blue C M Y K H S L
Decimal 178 130 49 0 0.27 0.72 0.30 37.67 0.57 0.45
Hex B2 82 31 0 1B 48 1E 26 39 2D
Octal 262 202 61 0 33 110 36 46 71 55
Binary 10110010 10000010 110001 0 11011 1001000 11110 100110 111001 101101

Color Harmonies of #B28231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28231

Black with #B28231

Text Example


Text Example

White with #B28231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28231; }

 p { color: rgb(178,130,49); }

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

background-color css

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

 a { background-color: rgb(178,130,49); }

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

border-color css

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

 span { border-color: rgb(178,130,49); }

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