Html Css Color HEX #B28320 Mandalay

📋 copy color: '#B28320'

red 178 ◦ green 131 ◦ blue 32

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

Shades of Mandalay #B28320

Tints of Mandalay #B28320

RGB

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

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

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

R = 52.2%
G = 38.42%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B28320 (or 0xB28320) is known color: Mandalay. HEX triplet: B2, 83 and 20. RGB value is (178,131,32). Sum of RGB (Red+Green+Blue) = 178+131+32=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B28320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28320 is #4D7CDF. Grayscale: #868686. Windows color (decimal): -5078240 or 2130866. OLE color: 2130866.

HSL color Cylindrical-coordinate representation of color #B28320: hue angle of 40.68º 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 #B28320 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 131 32 -
CMYK 0 0.26 0.82 0.30
HSL 40.68º 0.7% 0.41% -
HSV(B) 40.68º 0.82% 0.7% -
XYZ 26.74 25.8 4.94 -
YUV 133.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 178 131 32 0 0.26 0.82 0.30 40.68 0.7 0.41
Hex B2 83 20 0 1A 52 1E 29 46 29
Octal 262 203 40 0 32 122 36 51 106 51
Binary 10110010 10000011 100000 0 11010 1010010 11110 101001 1000110 101001

Color Harmonies of #B28320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28320

Black with #B28320

Text Example


Text Example

White with #B28320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28320; }

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

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

background-color css

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

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

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

border-color css

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

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

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