Html Css Color HEX #B28421 Mandalay

📋 copy color: '#B28421'

red 178 ◦ green 132 ◦ blue 33

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

Shades of Mandalay #B28421

Tints of Mandalay #B28421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.62%

R = 51.9%
G = 38.48%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B28421 (or 0xB28421) is known color: Mandalay. HEX triplet: B2, 84 and 21. RGB value is (178,132,33). Sum of RGB (Red+Green+Blue) = 178+132+33=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B28421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28421 is #4D7BDE. Grayscale: #868686. Windows color (decimal): -5077983 or 2196658. OLE color: 2196658.

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

Color convert

RGB 178 132 33 -
CMYK 0 0.26 0.81 0.30
HSL 40.97º 0.69% 0.41% -
HSV(B) 40.97º 0.81% 0.7% -
XYZ 26.89 26.08 5.06 -
YUV 134.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 178 132 33 0 0.26 0.81 0.30 40.97 0.69 0.41
Hex B2 84 21 0 1A 51 1E 29 45 29
Octal 262 204 41 0 32 121 36 51 105 51
Binary 10110010 10000100 100001 0 11010 1010001 11110 101001 1000101 101001

Color Harmonies of #B28421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28421

Black with #B28421

Text Example


Text Example

White with #B28421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28421; }

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

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

background-color css

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

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

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

border-color css

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

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

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