Html Css Color HEX #B28223 Mandalay

📋 copy color: '#B28223'

red 178 ◦ green 130 ◦ blue 35

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

Shades of Mandalay #B28223

Tints of Mandalay #B28223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.2%

R = 51.9%
G = 37.9%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B28223 (or 0xB28223) is known color: Mandalay. HEX triplet: B2, 82 and 23. RGB value is (178,130,35). Sum of RGB (Red+Green+Blue) = 178+130+35=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B28223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28223 is #4D7DDC. Grayscale: #858585. Windows color (decimal): -5078493 or 2327218. OLE color: 2327218.

HSL color Cylindrical-coordinate representation of color #B28223: hue angle of 39.86º degrees, saturation: 0.67, 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 #B28223 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 130 35 -
CMYK 0 0.27 0.80 0.30
HSL 39.86º 0.67% 0.42% -
HSV(B) 39.86º 0.8% 0.7% -
XYZ 26.65 25.55 5.12 -
YUV 133.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 178 130 35 0 0.27 0.80 0.30 39.86 0.67 0.42
Hex B2 82 23 0 1B 50 1E 28 43 2A
Octal 262 202 43 0 33 120 36 50 103 52
Binary 10110010 10000010 100011 0 11011 1010000 11110 101000 1000011 101010

Color Harmonies of #B28223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28223

Black with #B28223

Text Example


Text Example

White with #B28223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28223; }

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

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

background-color css

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

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

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

border-color css

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

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

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