Html Css Color HEX #B68236 Mandalay

📋 copy color: '#B68236'

red 182 ◦ green 130 ◦ blue 54

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

Shades of Mandalay #B68236

Tints of Mandalay #B68236

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

 BLUE value IS 54 (21.48% from 255) = 14.75%

R = 49.73%
G = 35.52%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B68236 (or 0xB68236) is known color: Mandalay. HEX triplet: B6, 82 and 36. RGB value is (182,130,54). Sum of RGB (Red+Green+Blue) = 182+130+54=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B68236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68236 is #497DC9. Grayscale: #898989. Windows color (decimal): -4816330 or 3572406. OLE color: 3572406.

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

Color convert

RGB 182 130 54 -
CMYK 0 0.29 0.70 0.29
HSL 35.63º 0.54% 0.46% -
HSV(B) 35.63º 0.7% 0.71% -
XYZ 27.94 26.18 7.07 -
YUV 136.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 182 130 54 0 0.29 0.70 0.29 35.63 0.54 0.46
Hex B6 82 36 0 1D 46 1D 24 36 2E
Octal 266 202 66 0 35 106 35 44 66 56
Binary 10110110 10000010 110110 0 11101 1000110 11101 100100 110110 101110

Color Harmonies of #B68236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68236

Black with #B68236

Text Example


Text Example

White with #B68236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68236; }

 p { color: rgb(182,130,54); }

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

background-color css

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

 a { background-color: rgb(182,130,54); }

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

border-color css

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

 span { border-color: rgb(182,130,54); }

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