Html Css Color HEX #B28324 Mandalay

📋 copy color: '#B28324'

red 178 ◦ green 131 ◦ blue 36

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

Shades of Mandalay #B28324

Tints of Mandalay #B28324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.97%

 BLUE value IS 36 (14.45% from 255) = 10.43%

R = 51.59%
G = 37.97%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B28324 (or 0xB28324) is known color: Mandalay. HEX triplet: B2, 83 and 24. RGB value is (178,131,36). Sum of RGB (Red+Green+Blue) = 178+131+36=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B28324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28324 is #4D7CDB. Grayscale: #868686. Windows color (decimal): -5078236 or 2393010. OLE color: 2393010.

HSL color Cylindrical-coordinate representation of color #B28324: hue angle of 40.14º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B28324 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 131 36 -
CMYK 0 0.26 0.80 0.30
HSL 40.14º 0.66% 0.42% -
HSV(B) 40.14º 0.8% 0.7% -
XYZ 26.79 25.82 5.24 -
YUV 134.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 178 131 36 0 0.26 0.80 0.30 40.14 0.66 0.42
Hex B2 83 24 0 1A 50 1E 28 42 2A
Octal 262 203 44 0 32 120 36 50 102 52
Binary 10110010 10000011 100100 0 11010 1010000 11110 101000 1000010 101010

Color Harmonies of #B28324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28324

Black with #B28324

Text Example


Text Example

White with #B28324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28324; }

 p { color: rgb(178,131,36); }

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

background-color css

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

 a { background-color: rgb(178,131,36); }

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

border-color css

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

 span { border-color: rgb(178,131,36); }

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