Html Css Color HEX #B68320 Mandalay

📋 copy color: '#B68320'

red 182 ◦ green 131 ◦ blue 32

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

Shades of Mandalay #B68320

Tints of Mandalay #B68320

RGB

 RED value IS 182 (71.48% from 255) = 52.75%

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

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

R = 52.75%
G = 37.97%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B68320 (or 0xB68320) is known color: Mandalay. HEX triplet: B6, 83 and 20. RGB value is (182,131,32). Sum of RGB (Red+Green+Blue) = 182+131+32=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B68320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68320 is #497CDF. Grayscale: #878787. Windows color (decimal): -4816096 or 2130870. OLE color: 2130870.

HSL color Cylindrical-coordinate representation of color #B68320: hue angle of 39.6º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B68320 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 131 32 -
CMYK 0 0.28 0.82 0.29
HSL 39.6º 0.7% 0.42% -
HSV(B) 39.6º 0.82% 0.71% -
XYZ 27.67 26.28 4.98 -
YUV 134.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 182 131 32 0 0.28 0.82 0.29 39.6 0.7 0.42
Hex B6 83 20 0 1C 52 1D 28 46 2A
Octal 266 203 40 0 34 122 35 50 106 52
Binary 10110110 10000011 100000 0 11100 1010010 11101 101000 1000110 101010

Color Harmonies of #B68320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68320

Black with #B68320

Text Example


Text Example

White with #B68320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68320; }

 p { color: rgb(182,131,32); }

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

background-color css

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

 a { background-color: rgb(182,131,32); }

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

border-color css

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

 span { border-color: rgb(182,131,32); }

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