Html Css Color HEX #B38323 Mandalay

📋 copy color: '#B38323'

red 179 ◦ green 131 ◦ blue 35

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

Shades of Mandalay #B38323

Tints of Mandalay #B38323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.97%

 BLUE value IS 35 (14.06% from 255) = 10.14%

R = 51.88%
G = 37.97%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B38323 (or 0xB38323) is known color: Mandalay. HEX triplet: B3, 83 and 23. RGB value is (179,131,35). Sum of RGB (Red+Green+Blue) = 179+131+35=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B38323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38323 is #4C7CDC. Grayscale: #868686. Windows color (decimal): -5012701 or 2327475. OLE color: 2327475.

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

Color convert

RGB 179 131 35 -
CMYK 0 0.27 0.80 0.30
HSL 40º 0.67% 0.42% -
HSV(B) 40º 0.8% 0.7% -
XYZ 27.01 25.94 5.17 -
YUV 134.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 179 131 35 0 0.27 0.80 0.30 40 0.67 0.42
Hex B3 83 23 0 1B 50 1E 28 43 2A
Octal 263 203 43 0 33 120 36 50 103 52
Binary 10110011 10000011 100011 0 11011 1010000 11110 101000 1000011 101010

Color Harmonies of #B38323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38323

Black with #B38323

Text Example


Text Example

White with #B38323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38323; }

 p { color: rgb(179,131,35); }

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

background-color css

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

 a { background-color: rgb(179,131,35); }

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

border-color css

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

 span { border-color: rgb(179,131,35); }

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