Html Css Color HEX #B28432 Mandalay

📋 copy color: '#B28432'

red 178 ◦ green 132 ◦ blue 50

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

Shades of Mandalay #B28432

Tints of Mandalay #B28432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

 BLUE value IS 50 (19.92% from 255) = 13.89%

R = 49.44%
G = 36.67%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B28432 (or 0xB28432) is known color: Mandalay. HEX triplet: B2, 84 and 32. RGB value is (178,132,50). Sum of RGB (Red+Green+Blue) = 178+132+50=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B28432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28432 is #4D7BCD. Grayscale: #888888. Windows color (decimal): -5077966 or 3310770. OLE color: 3310770.

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

Color convert

RGB 178 132 50 -
CMYK 0 0.26 0.72 0.30
HSL 38.44º 0.56% 0.45% -
HSV(B) 38.44º 0.72% 0.7% -
XYZ 27.19 26.2 6.64 -
YUV 136.41 79.24 157.67 -
System Red Green Blue C M Y K H S L
Decimal 178 132 50 0 0.26 0.72 0.30 38.44 0.56 0.45
Hex B2 84 32 0 1A 48 1E 26 38 2D
Octal 262 204 62 0 32 110 36 46 70 55
Binary 10110010 10000100 110010 0 11010 1001000 11110 100110 111000 101101

Color Harmonies of #B28432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28432

Black with #B28432

Text Example


Text Example

White with #B28432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28432; }

 p { color: rgb(178,132,50); }

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

background-color css

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

 a { background-color: rgb(178,132,50); }

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

border-color css

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

 span { border-color: rgb(178,132,50); }

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