Html Css Color HEX #B28037 Mandalay

📋 copy color: '#B28037'

red 178 ◦ green 128 ◦ blue 55

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

Shades of Mandalay #B28037

Tints of Mandalay #B28037

RGB

 RED value IS 178 (69.92% from 255) = 49.31%

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

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

R = 49.31%
G = 35.46%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B28037 (or 0xB28037) is known color: Mandalay. HEX triplet: B2, 80 and 37. RGB value is (178,128,55). Sum of RGB (Red+Green+Blue) = 178+128+55=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B28037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28037 is #4D7FC8. Grayscale: #868686. Windows color (decimal): -5078985 or 3637426. OLE color: 3637426.

HSL color Cylindrical-coordinate representation of color #B28037: hue angle of 35.61º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B28037 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 128 55 -
CMYK 0 0.28 0.69 0.30
HSL 35.61º 0.53% 0.46% -
HSV(B) 35.61º 0.69% 0.7% -
XYZ 26.77 25.18 7.06 -
YUV 134.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 178 128 55 0 0.28 0.69 0.30 35.61 0.53 0.46
Hex B2 80 37 0 1C 45 1E 24 35 2E
Octal 262 200 67 0 34 105 36 44 65 56
Binary 10110010 10000000 110111 0 11100 1000101 11110 100100 110101 101110

Color Harmonies of #B28037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28037

Black with #B28037

Text Example


Text Example

White with #B28037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28037; }

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

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

background-color css

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

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

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

border-color css

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

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

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