Html Css Color HEX #B28222 Mandalay

📋 copy color: '#B28222'

red 178 ◦ green 130 ◦ blue 34

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

Shades of Mandalay #B28222

Tints of Mandalay #B28222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.94%

R = 52.05%
G = 38.01%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B28222 (or 0xB28222) is known color: Mandalay. HEX triplet: B2, 82 and 22. RGB value is (178,130,34). Sum of RGB (Red+Green+Blue) = 178+130+34=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B28222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28222 is #4D7DDD. Grayscale: #858585. Windows color (decimal): -5078494 or 2261682. OLE color: 2261682.

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

Color convert

RGB 178 130 34 -
CMYK 0 0.27 0.81 0.30
HSL 40º 0.68% 0.42% -
HSV(B) 40º 0.81% 0.7% -
XYZ 26.63 25.55 5.04 -
YUV 133.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 178 130 34 0 0.27 0.81 0.30 40 0.68 0.42
Hex B2 82 22 0 1B 51 1E 28 44 2A
Octal 262 202 42 0 33 121 36 50 104 52
Binary 10110010 10000010 100010 0 11011 1010001 11110 101000 1000100 101010

Color Harmonies of #B28222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28222

Black with #B28222

Text Example


Text Example

White with #B28222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28222; }

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

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

background-color css

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

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

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

border-color css

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

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

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