Html Css Color HEX #B28228 Mandalay

📋 copy color: '#B28228'

red 178 ◦ green 130 ◦ blue 40

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

Shades of Mandalay #B28228

Tints of Mandalay #B28228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

 BLUE value IS 40 (16.02% from 255) = 11.49%

R = 51.15%
G = 37.36%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B28228 (or 0xB28228) is known color: Mandalay. HEX triplet: B2, 82 and 28. RGB value is (178,130,40). Sum of RGB (Red+Green+Blue) = 178+130+40=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B28228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28228 is #4D7DD7. Grayscale: #868686. Windows color (decimal): -5078488 or 2654898. OLE color: 2654898.

HSL color Cylindrical-coordinate representation of color #B28228: hue angle of 39.13º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B28228 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 130 40 -
CMYK 0 0.27 0.78 0.30
HSL 39.13º 0.63% 0.43% -
HSV(B) 39.13º 0.78% 0.7% -
XYZ 26.73 25.58 5.54 -
YUV 134.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 178 130 40 0 0.27 0.78 0.30 39.13 0.63 0.43
Hex B2 82 28 0 1B 4E 1E 27 3F 2B
Octal 262 202 50 0 33 116 36 47 77 53
Binary 10110010 10000010 101000 0 11011 1001110 11110 100111 111111 101011

Color Harmonies of #B28228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28228

Black with #B28228

Text Example


Text Example

White with #B28228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28228; }

 p { color: rgb(178,130,40); }

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

background-color css

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

 a { background-color: rgb(178,130,40); }

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

border-color css

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

 span { border-color: rgb(178,130,40); }

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