Html Css Color HEX #B38220 Mandalay

📋 copy color: '#B38220'

red 179 ◦ green 130 ◦ blue 32

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

Shades of Mandalay #B38220

Tints of Mandalay #B38220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.38%

R = 52.49%
G = 38.12%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B38220 (or 0xB38220) is known color: Mandalay. HEX triplet: B3, 82 and 20. RGB value is (179,130,32). Sum of RGB (Red+Green+Blue) = 179+130+32=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B38220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38220 is #4C7DDF. Grayscale: #858585. Windows color (decimal): -5012960 or 2130611. OLE color: 2130611.

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

Color convert

RGB 179 130 32 -
CMYK 0 0.27 0.82 0.30
HSL 40º 0.7% 0.41% -
HSV(B) 40º 0.82% 0.7% -
XYZ 26.83 25.65 4.9 -
YUV 133.48 70.73 160.47 -
System Red Green Blue C M Y K H S L
Decimal 179 130 32 0 0.27 0.82 0.30 40 0.7 0.41
Hex B3 82 20 0 1B 52 1E 28 46 29
Octal 263 202 40 0 33 122 36 50 106 51
Binary 10110011 10000010 100000 0 11011 1010010 11110 101000 1000110 101001

Color Harmonies of #B38220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38220

Black with #B38220

Text Example


Text Example

White with #B38220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38220; }

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

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

background-color css

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

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

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

border-color css

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

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

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