Html Css Color HEX #B28335 Mandalay

📋 copy color: '#B28335'

red 178 ◦ green 131 ◦ blue 53

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

Shades of Mandalay #B28335

Tints of Mandalay #B28335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.64%

R = 49.17%
G = 36.19%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B28335 (or 0xB28335) is known color: Mandalay. HEX triplet: B2, 83 and 35. RGB value is (178,131,53). Sum of RGB (Red+Green+Blue) = 178+131+53=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B28335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28335 is #4D7CCA. Grayscale: #888888. Windows color (decimal): -5078219 or 3507122. OLE color: 3507122.

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

Color convert

RGB 178 131 53 -
CMYK 0 0.26 0.70 0.30
HSL 37.44º 0.54% 0.45% -
HSV(B) 37.44º 0.7% 0.7% -
XYZ 27.12 25.95 6.95 -
YUV 136.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 178 131 53 0 0.26 0.70 0.30 37.44 0.54 0.45
Hex B2 83 35 0 1A 46 1E 25 36 2D
Octal 262 203 65 0 32 106 36 45 66 55
Binary 10110010 10000011 110101 0 11010 1000110 11110 100101 110110 101101

Color Harmonies of #B28335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28335

Black with #B28335

Text Example


Text Example

White with #B28335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28335; }

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

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

background-color css

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

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

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

border-color css

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

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

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