Html Css Color HEX #B18427 Mandalay

📋 copy color: '#B18427'

red 177 ◦ green 132 ◦ blue 39

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

Shades of Mandalay #B18427

Tints of Mandalay #B18427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 50.86%
G = 37.93%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B18427 (or 0xB18427) is known color: Mandalay. HEX triplet: B1, 84 and 27. RGB value is (177,132,39). Sum of RGB (Red+Green+Blue) = 177+132+39=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B18427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18427 is #4E7BD8. Grayscale: #878787. Windows color (decimal): -5143513 or 2589873. OLE color: 2589873.

HSL color Cylindrical-coordinate representation of color #B18427: hue angle of 40.43º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B18427 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 132 39 -
CMYK 0 0.25 0.78 0.31
HSL 40.43º 0.64% 0.42% -
HSV(B) 40.43º 0.78% 0.69% -
XYZ 26.75 26 5.53 -
YUV 134.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 177 132 39 0 0.25 0.78 0.31 40.43 0.64 0.42
Hex B1 84 27 0 19 4E 1F 28 40 2A
Octal 261 204 47 0 31 116 37 50 100 52
Binary 10110001 10000100 100111 0 11001 1001110 11111 101000 1000000 101010

Color Harmonies of #B18427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18427

Black with #B18427

Text Example


Text Example

White with #B18427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18427; }

 p { color: rgb(177,132,39); }

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

background-color css

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

 a { background-color: rgb(177,132,39); }

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

border-color css

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

 span { border-color: rgb(177,132,39); }

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