Html Css Color HEX #B68322 Mandalay

📋 copy color: '#B68322'

red 182 ◦ green 131 ◦ blue 34

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

Shades of Mandalay #B68322

Tints of Mandalay #B68322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.8%

R = 52.45%
G = 37.75%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B68322 (or 0xB68322) is known color: Mandalay. HEX triplet: B6, 83 and 22. RGB value is (182,131,34). Sum of RGB (Red+Green+Blue) = 182+131+34=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B68322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68322 is #497CDD. Grayscale: #878787. Windows color (decimal): -4816094 or 2261942. OLE color: 2261942.

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

Color convert

RGB 182 131 34 -
CMYK 0 0.28 0.81 0.29
HSL 39.32º 0.69% 0.42% -
HSV(B) 39.32º 0.81% 0.71% -
XYZ 27.7 26.29 5.13 -
YUV 135.19 70.9 161.39 -
System Red Green Blue C M Y K H S L
Decimal 182 131 34 0 0.28 0.81 0.29 39.32 0.69 0.42
Hex B6 83 22 0 1C 51 1D 27 45 2A
Octal 266 203 42 0 34 121 35 47 105 52
Binary 10110110 10000011 100010 0 11100 1010001 11101 100111 1000101 101010

Color Harmonies of #B68322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68322

Black with #B68322

Text Example


Text Example

White with #B68322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68322; }

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

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

background-color css

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

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

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

border-color css

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

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

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