Html Css Color HEX #B28133 Mandalay

📋 copy color: '#B28133'

red 178 ◦ green 129 ◦ blue 51

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

Shades of Mandalay #B28133

Tints of Mandalay #B28133

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

 BLUE value IS 51 (20.31% from 255) = 14.25%

R = 49.72%
G = 36.03%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B28133 (or 0xB28133) is known color: Mandalay. HEX triplet: B2, 81 and 33. RGB value is (178,129,51). Sum of RGB (Red+Green+Blue) = 178+129+51=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B28133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28133 is #4D7ECC. Grayscale: #878787. Windows color (decimal): -5078733 or 3375538. OLE color: 3375538.

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

Color convert

RGB 178 129 51 -
CMYK 0 0.28 0.71 0.30
HSL 36.85º 0.55% 0.45% -
HSV(B) 36.85º 0.71% 0.7% -
XYZ 26.81 25.4 6.62 -
YUV 134.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 178 129 51 0 0.28 0.71 0.30 36.85 0.55 0.45
Hex B2 81 33 0 1C 47 1E 25 37 2D
Octal 262 201 63 0 34 107 36 45 67 55
Binary 10110010 10000001 110011 0 11100 1000111 11110 100101 110111 101101

Color Harmonies of #B28133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28133

Black with #B28133

Text Example


Text Example

White with #B28133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28133; }

 p { color: rgb(178,129,51); }

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

background-color css

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

 a { background-color: rgb(178,129,51); }

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

border-color css

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

 span { border-color: rgb(178,129,51); }

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