Html Css Color HEX #B38334 Mandalay

📋 copy color: '#B38334'

red 179 ◦ green 131 ◦ blue 52

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

Shades of Mandalay #B38334

Tints of Mandalay #B38334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.36%

R = 49.45%
G = 36.19%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B38334 (or 0xB38334) is known color: Mandalay. HEX triplet: B3, 83 and 34. RGB value is (179,131,52). Sum of RGB (Red+Green+Blue) = 179+131+52=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B38334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38334 is #4C7CCB. Grayscale: #888888. Windows color (decimal): -5012684 or 3441587. OLE color: 3441587.

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

Color convert

RGB 179 131 52 -
CMYK 0 0.27 0.71 0.30
HSL 37.32º 0.55% 0.45% -
HSV(B) 37.32º 0.71% 0.7% -
XYZ 27.33 26.06 6.84 -
YUV 136.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 179 131 52 0 0.27 0.71 0.30 37.32 0.55 0.45
Hex B3 83 34 0 1B 47 1E 25 37 2D
Octal 263 203 64 0 33 107 36 45 67 55
Binary 10110011 10000011 110100 0 11011 1000111 11110 100101 110111 101101

Color Harmonies of #B38334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38334

Black with #B38334

Text Example


Text Example

White with #B38334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38334; }

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

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

background-color css

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

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

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

border-color css

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

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

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