Html Css Color HEX #B28120 Mandalay

📋 copy color: '#B28120'

red 178 ◦ green 129 ◦ blue 32

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

Shades of Mandalay #B28120

Tints of Mandalay #B28120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.44%

R = 52.51%
G = 38.05%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B28120 (or 0xB28120) is known color: Mandalay. HEX triplet: B2, 81 and 20. RGB value is (178,129,32). Sum of RGB (Red+Green+Blue) = 178+129+32=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B28120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28120 is #4D7EDF. Grayscale: #858585. Windows color (decimal): -5078752 or 2130354. OLE color: 2130354.

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

Color convert

RGB 178 129 32 -
CMYK 0 0.28 0.82 0.30
HSL 39.86º 0.7% 0.41% -
HSV(B) 39.86º 0.82% 0.7% -
XYZ 26.47 25.27 4.85 -
YUV 132.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 178 129 32 0 0.28 0.82 0.30 39.86 0.7 0.41
Hex B2 81 20 0 1C 52 1E 28 46 29
Octal 262 201 40 0 34 122 36 50 106 51
Binary 10110010 10000001 100000 0 11100 1010010 11110 101000 1000110 101001

Color Harmonies of #B28120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28120

Black with #B28120

Text Example


Text Example

White with #B28120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28120; }

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

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

background-color css

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

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

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

border-color css

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

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

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