Html Css Color HEX #B38432 Mandalay

📋 copy color: '#B38432'

red 179 ◦ green 132 ◦ blue 50

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

Shades of Mandalay #B38432

Tints of Mandalay #B38432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.57%

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

R = 49.58%
G = 36.57%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B38432 (or 0xB38432) is known color: Mandalay. HEX triplet: B3, 84 and 32. RGB value is (179,132,50). Sum of RGB (Red+Green+Blue) = 179+132+50=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B38432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38432 is #4C7BCD. Grayscale: #898989. Windows color (decimal): -5012430 or 3310771. OLE color: 3310771.

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

Color convert

RGB 179 132 50 -
CMYK 0 0.26 0.72 0.30
HSL 38.14º 0.56% 0.45% -
HSV(B) 38.14º 0.72% 0.7% -
XYZ 27.42 26.32 6.65 -
YUV 136.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 179 132 50 0 0.26 0.72 0.30 38.14 0.56 0.45
Hex B3 84 32 0 1A 48 1E 26 38 2D
Octal 263 204 62 0 32 110 36 46 70 55
Binary 10110011 10000100 110010 0 11010 1001000 11110 100110 111000 101101

Color Harmonies of #B38432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38432

Black with #B38432

Text Example


Text Example

White with #B38432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38432; }

 p { color: rgb(179,132,50); }

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

background-color css

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

 a { background-color: rgb(179,132,50); }

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

border-color css

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

 span { border-color: rgb(179,132,50); }

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