Html Css Color HEX #B28321 Mandalay

📋 copy color: '#B28321'

red 178 ◦ green 131 ◦ blue 33

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

Shades of Mandalay #B28321

Tints of Mandalay #B28321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.65%

R = 52.05%
G = 38.3%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B28321 (or 0xB28321) is known color: Mandalay. HEX triplet: B2, 83 and 21. RGB value is (178,131,33). Sum of RGB (Red+Green+Blue) = 178+131+33=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B28321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28321 is #4D7CDE. Grayscale: #868686. Windows color (decimal): -5078239 or 2196402. OLE color: 2196402.

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

Color convert

RGB 178 131 33 -
CMYK 0 0.26 0.81 0.30
HSL 40.55º 0.69% 0.41% -
HSV(B) 40.55º 0.81% 0.7% -
XYZ 26.75 25.81 5.01 -
YUV 133.88 71.07 159.47 -
System Red Green Blue C M Y K H S L
Decimal 178 131 33 0 0.26 0.81 0.30 40.55 0.69 0.41
Hex B2 83 21 0 1A 51 1E 29 45 29
Octal 262 203 41 0 32 121 36 51 105 51
Binary 10110010 10000011 100001 0 11010 1010001 11110 101001 1000101 101001

Color Harmonies of #B28321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28321

Black with #B28321

Text Example


Text Example

White with #B28321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28321; }

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

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

background-color css

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

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

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

border-color css

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

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

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