Html Css Color HEX #B28136 Mandalay

📋 copy color: '#B28136'

red 178 ◦ green 129 ◦ blue 54

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

Shades of Mandalay #B28136

Tints of Mandalay #B28136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.73%

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

R = 49.31%
G = 35.73%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B28136 (or 0xB28136) is known color: Mandalay. HEX triplet: B2, 81 and 36. RGB value is (178,129,54). Sum of RGB (Red+Green+Blue) = 178+129+54=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B28136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28136 is #4D7EC9. Grayscale: #878787. Windows color (decimal): -5078730 or 3572146. OLE color: 3572146.

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

Color convert

RGB 178 129 54 -
CMYK 0 0.28 0.70 0.30
HSL 36.29º 0.53% 0.45% -
HSV(B) 36.29º 0.7% 0.7% -
XYZ 26.88 25.43 6.98 -
YUV 135.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 178 129 54 0 0.28 0.70 0.30 36.29 0.53 0.45
Hex B2 81 36 0 1C 46 1E 24 35 2D
Octal 262 201 66 0 34 106 36 44 65 55
Binary 10110010 10000001 110110 0 11100 1000110 11110 100100 110101 101101

Color Harmonies of #B28136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28136

Black with #B28136

Text Example


Text Example

White with #B28136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28136; }

 p { color: rgb(178,129,54); }

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

background-color css

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

 a { background-color: rgb(178,129,54); }

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

border-color css

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

 span { border-color: rgb(178,129,54); }

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