Html Css Color HEX #B18234 Mandalay

📋 copy color: '#B18234'

red 177 ◦ green 130 ◦ blue 52

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

Shades of Mandalay #B18234

Tints of Mandalay #B18234

RGB

 RED value IS 177 (69.53% from 255) = 49.3%

 GREEN value IS 130 (51.17% from 255) = 36.21%

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

R = 49.3%
G = 36.21%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B18234 (or 0xB18234) is known color: Mandalay. HEX triplet: B1, 82 and 34. RGB value is (177,130,52). Sum of RGB (Red+Green+Blue) = 177+130+52=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B18234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18234 is #4E7DCB. Grayscale: #878787. Windows color (decimal): -5144012 or 3441329. OLE color: 3441329.

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

Color convert

RGB 177 130 52 -
CMYK 0 0.27 0.71 0.31
HSL 37.44º 0.55% 0.45% -
HSV(B) 37.44º 0.71% 0.69% -
XYZ 26.73 25.56 6.77 -
YUV 135.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 177 130 52 0 0.27 0.71 0.31 37.44 0.55 0.45
Hex B1 82 34 0 1B 47 1F 25 37 2D
Octal 261 202 64 0 33 107 37 45 67 55
Binary 10110001 10000010 110100 0 11011 1000111 11111 100101 110111 101101

Color Harmonies of #B18234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18234

Black with #B18234

Text Example


Text Example

White with #B18234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18234; }

 p { color: rgb(177,130,52); }

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

background-color css

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

 a { background-color: rgb(177,130,52); }

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

border-color css

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

 span { border-color: rgb(177,130,52); }

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