Html Css Color HEX #B68037 Mandalay

📋 copy color: '#B68037'

red 182 ◦ green 128 ◦ blue 55

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

Shades of Mandalay #B68037

Tints of Mandalay #B68037

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.07%

 BLUE value IS 55 (21.88% from 255) = 15.07%

R = 49.86%
G = 35.07%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B68037 (or 0xB68037) is known color: Mandalay. HEX triplet: B6, 80 and 37. RGB value is (182,128,55). Sum of RGB (Red+Green+Blue) = 182+128+55=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B68037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68037 is #497FC8. Grayscale: #888888. Windows color (decimal): -4816841 or 3637430. OLE color: 3637430.

HSL color Cylindrical-coordinate representation of color #B68037: hue angle of 34.49º 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 #B68037 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 55 -
CMYK 0 0.30 0.70 0.29
HSL 34.49º 0.54% 0.46% -
HSV(B) 34.49º 0.7% 0.71% -
XYZ 27.7 25.66 7.11 -
YUV 135.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 182 128 55 0 0.30 0.70 0.29 34.49 0.54 0.46
Hex B6 80 37 0 1E 46 1D 22 36 2E
Octal 266 200 67 0 36 106 35 42 66 56
Binary 10110110 10000000 110111 0 11110 1000110 11101 100010 110110 101110

Color Harmonies of #B68037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68037

Black with #B68037

Text Example


Text Example

White with #B68037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68037; }

 p { color: rgb(182,128,55); }

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

background-color css

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

 a { background-color: rgb(182,128,55); }

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

border-color css

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

 span { border-color: rgb(182,128,55); }

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