Html Css Color HEX #B18328 Mandalay

📋 copy color: '#B18328'

red 177 ◦ green 131 ◦ blue 40

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

Shades of Mandalay #B18328

Tints of Mandalay #B18328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.64%

 BLUE value IS 40 (16.02% from 255) = 11.49%

R = 50.86%
G = 37.64%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B18328 (or 0xB18328) is known color: Mandalay. HEX triplet: B1, 83 and 28. RGB value is (177,131,40). Sum of RGB (Red+Green+Blue) = 177+131+40=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B18328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18328 is #4E7CD7. Grayscale: #868686. Windows color (decimal): -5143768 or 2655153. OLE color: 2655153.

HSL color Cylindrical-coordinate representation of color #B18328: hue angle of 39.85º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B18328 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 40 -
CMYK 0 0.26 0.77 0.31
HSL 39.85º 0.63% 0.43% -
HSV(B) 39.85º 0.77% 0.69% -
XYZ 26.63 25.73 5.57 -
YUV 134.38 74.74 158.4 -
System Red Green Blue C M Y K H S L
Decimal 177 131 40 0 0.26 0.77 0.31 39.85 0.63 0.43
Hex B1 83 28 0 1A 4D 1F 28 3F 2B
Octal 261 203 50 0 32 115 37 50 77 53
Binary 10110001 10000011 101000 0 11010 1001101 11111 101000 111111 101011

Color Harmonies of #B18328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18328

Black with #B18328

Text Example


Text Example

White with #B18328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18328; }

 p { color: rgb(177,131,40); }

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

background-color css

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

 a { background-color: rgb(177,131,40); }

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

border-color css

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

 span { border-color: rgb(177,131,40); }

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