Html Css Color HEX #B68329 Mandalay

📋 copy color: '#B68329'

red 182 ◦ green 131 ◦ blue 41

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

Shades of Mandalay #B68329

Tints of Mandalay #B68329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.58%

R = 51.41%
G = 37.01%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B68329 (or 0xB68329) is known color: Mandalay. HEX triplet: B6, 83 and 29. RGB value is (182,131,41). Sum of RGB (Red+Green+Blue) = 182+131+41=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B68329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68329 is #497CD6. Grayscale: #888888. Windows color (decimal): -4816087 or 2720694. OLE color: 2720694.

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

Color convert

RGB 182 131 41 -
CMYK 0 0.28 0.77 0.29
HSL 38.3º 0.63% 0.44% -
HSV(B) 38.3º 0.77% 0.71% -
XYZ 27.81 26.34 5.72 -
YUV 135.99 74.4 160.82 -
System Red Green Blue C M Y K H S L
Decimal 182 131 41 0 0.28 0.77 0.29 38.3 0.63 0.44
Hex B6 83 29 0 1C 4D 1D 26 3F 2C
Octal 266 203 51 0 34 115 35 46 77 54
Binary 10110110 10000011 101001 0 11100 1001101 11101 100110 111111 101100

Color Harmonies of #B68329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68329

Black with #B68329

Text Example


Text Example

White with #B68329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68329; }

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

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

background-color css

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

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

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

border-color css

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

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

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