Html Css Color HEX #B28134 Mandalay

📋 copy color: '#B28134'

red 178 ◦ green 129 ◦ blue 52

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

Shades of Mandalay #B28134

Tints of Mandalay #B28134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.48%

R = 49.58%
G = 35.93%
B = 14.48%

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

#B28134 (or 0xB28134) is known color: Mandalay. HEX triplet: B2, 81 and 34. RGB value is (178,129,52). Sum of RGB (Red+Green+Blue) = 178+129+52=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B28134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28134 is #4D7ECB. Grayscale: #878787. Windows color (decimal): -5078732 or 3441074. OLE color: 3441074.

HSL color Cylindrical-coordinate representation of color #B28134: hue angle of 36.67º 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 #B28134 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 129 52 -
CMYK 0 0.28 0.71 0.30
HSL 36.67º 0.55% 0.45% -
HSV(B) 36.67º 0.71% 0.7% -
XYZ 26.83 25.41 6.74 -
YUV 134.87 81.23 158.76 -
System Red Green Blue C M Y K H S L
Decimal 178 129 52 0 0.28 0.71 0.30 36.67 0.55 0.45
Hex B2 81 34 0 1C 47 1E 25 37 2D
Octal 262 201 64 0 34 107 36 45 67 55
Binary 10110010 10000001 110100 0 11100 1000111 11110 100101 110111 101101

Color Harmonies of #B28134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28134

Black with #B28134

Text Example


Text Example

White with #B28134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28134; }

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

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

background-color css

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

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

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

border-color css

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

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

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