Html Css Color HEX #B38231 Mandalay

📋 copy color: '#B38231'

red 179 ◦ green 130 ◦ blue 49

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

Shades of Mandalay #B38231

Tints of Mandalay #B38231

RGB

 RED value IS 179 (70.31% from 255) = 50%

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

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

R = 50%
G = 36.31%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B38231 (or 0xB38231) is known color: Mandalay. HEX triplet: B3, 82 and 31. RGB value is (179,130,49). Sum of RGB (Red+Green+Blue) = 179+130+49=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B38231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38231 is #4C7DCE. Grayscale: #878787. Windows color (decimal): -5012943 or 3244723. OLE color: 3244723.

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

Color convert

RGB 179 130 49 -
CMYK 0 0.27 0.73 0.30
HSL 37.38º 0.57% 0.45% -
HSV(B) 37.38º 0.73% 0.7% -
XYZ 27.13 25.77 6.45 -
YUV 135.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 179 130 49 0 0.27 0.73 0.30 37.38 0.57 0.45
Hex B3 82 31 0 1B 49 1E 25 39 2D
Octal 263 202 61 0 33 111 36 45 71 55
Binary 10110011 10000010 110001 0 11011 1001001 11110 100101 111001 101101

Color Harmonies of #B38231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38231

Black with #B38231

Text Example


Text Example

White with #B38231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38231; }

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

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

background-color css

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

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

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

border-color css

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

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

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