Html Css Color HEX #B18024 Mandalay

📋 copy color: '#B18024'

red 177 ◦ green 128 ◦ blue 36

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

Shades of Mandalay #B18024

Tints of Mandalay #B18024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.54%

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 51.91%
G = 37.54%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B18024 (or 0xB18024) is known color: Mandalay. HEX triplet: B1, 80 and 24. RGB value is (177,128,36). Sum of RGB (Red+Green+Blue) = 177+128+36=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B18024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18024 is #4E7FDB. Grayscale: #848484. Windows color (decimal): -5144540 or 2392241. OLE color: 2392241.

HSL color Cylindrical-coordinate representation of color #B18024: hue angle of 39.15º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B18024 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 128 36 -
CMYK 0 0.28 0.80 0.31
HSL 39.15º 0.66% 0.42% -
HSV(B) 39.15º 0.8% 0.69% -
XYZ 26.17 24.91 5.1 -
YUV 132.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 177 128 36 0 0.28 0.80 0.31 39.15 0.66 0.42
Hex B1 80 24 0 1C 50 1F 27 42 2A
Octal 261 200 44 0 34 120 37 47 102 52
Binary 10110001 10000000 100100 0 11100 1010000 11111 100111 1000010 101010

Color Harmonies of #B18024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18024

Black with #B18024

Text Example


Text Example

White with #B18024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18024; }

 p { color: rgb(177,128,36); }

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

background-color css

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

 a { background-color: rgb(177,128,36); }

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

border-color css

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

 span { border-color: rgb(177,128,36); }

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