Html Css Color HEX #B68327 Mandalay

📋 copy color: '#B68327'

red 182 ◦ green 131 ◦ blue 39

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

Shades of Mandalay #B68327

Tints of Mandalay #B68327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.08%

R = 51.7%
G = 37.22%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B68327 (or 0xB68327) is known color: Mandalay. HEX triplet: B6, 83 and 27. RGB value is (182,131,39). Sum of RGB (Red+Green+Blue) = 182+131+39=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B68327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68327 is #497CD8. Grayscale: #888888. Windows color (decimal): -4816089 or 2589622. OLE color: 2589622.

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

Color convert

RGB 182 131 39 -
CMYK 0 0.28 0.79 0.29
HSL 38.6º 0.65% 0.43% -
HSV(B) 38.6º 0.79% 0.71% -
XYZ 27.77 26.32 5.54 -
YUV 135.76 73.4 160.98 -
System Red Green Blue C M Y K H S L
Decimal 182 131 39 0 0.28 0.79 0.29 38.6 0.65 0.43
Hex B6 83 27 0 1C 4F 1D 27 41 2B
Octal 266 203 47 0 34 117 35 47 101 53
Binary 10110110 10000011 100111 0 11100 1001111 11101 100111 1000001 101011

Color Harmonies of #B68327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68327

Black with #B68327

Text Example


Text Example

White with #B68327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68327; }

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

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

background-color css

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

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

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

border-color css

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

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

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