Html Css Color HEX #B28031 Mandalay

📋 copy color: '#B28031'

red 178 ◦ green 128 ◦ blue 49

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

Shades of Mandalay #B28031

Tints of Mandalay #B28031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.8%

R = 50.14%
G = 36.06%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B28031 (or 0xB28031) is known color: Mandalay. HEX triplet: B2, 80 and 31. RGB value is (178,128,49). Sum of RGB (Red+Green+Blue) = 178+128+49=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B28031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28031 is #4D7FCE. Grayscale: #868686. Windows color (decimal): -5078991 or 3244210. OLE color: 3244210.

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

Color convert

RGB 178 128 49 -
CMYK 0 0.28 0.72 0.30
HSL 36.74º 0.57% 0.45% -
HSV(B) 36.74º 0.72% 0.7% -
XYZ 26.63 25.13 6.35 -
YUV 133.94 80.07 159.42 -
System Red Green Blue C M Y K H S L
Decimal 178 128 49 0 0.28 0.72 0.30 36.74 0.57 0.45
Hex B2 80 31 0 1C 48 1E 25 39 2D
Octal 262 200 61 0 34 110 36 45 71 55
Binary 10110010 10000000 110001 0 11100 1001000 11110 100101 111001 101101

Color Harmonies of #B28031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28031

Black with #B28031

Text Example


Text Example

White with #B28031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28031; }

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

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

background-color css

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

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

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

border-color css

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

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

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