Html Css Color HEX #B18428 Mandalay

📋 copy color: '#B18428'

red 177 ◦ green 132 ◦ blue 40

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

Shades of Mandalay #B18428

Tints of Mandalay #B18428

RGB

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

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

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

R = 50.72%
G = 37.82%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B18428 (or 0xB18428) is known color: Mandalay. HEX triplet: B1, 84 and 28. RGB value is (177,132,40). Sum of RGB (Red+Green+Blue) = 177+132+40=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B18428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18428 is #4E7BD7. Grayscale: #878787. Windows color (decimal): -5143512 or 2655409. OLE color: 2655409.

HSL color Cylindrical-coordinate representation of color #B18428: hue angle of 40.29º 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 #B18428 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 132 40 -
CMYK 0 0.25 0.77 0.31
HSL 40.29º 0.63% 0.43% -
HSV(B) 40.29º 0.77% 0.69% -
XYZ 26.77 26 5.62 -
YUV 134.97 74.41 157.98 -
System Red Green Blue C M Y K H S L
Decimal 177 132 40 0 0.25 0.77 0.31 40.29 0.63 0.43
Hex B1 84 28 0 19 4D 1F 28 3F 2B
Octal 261 204 50 0 31 115 37 50 77 53
Binary 10110001 10000100 101000 0 11001 1001101 11111 101000 111111 101011

Color Harmonies of #B18428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18428

Black with #B18428

Text Example


Text Example

White with #B18428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18428; }

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

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

background-color css

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

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

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

border-color css

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

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

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