Html Css Color HEX #B98128 Mandalay

📋 copy color: '#B98128'

red 185 ◦ green 129 ◦ blue 40

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

Shades of Mandalay #B98128

Tints of Mandalay #B98128

RGB

 RED value IS 185 (72.66% from 255) = 52.26%

 GREEN value IS 129 (50.78% from 255) = 36.44%

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

R = 52.26%
G = 36.44%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B98128 (or 0xB98128) is known color: Mandalay. HEX triplet: B9, 81 and 28. RGB value is (185,129,40). Sum of RGB (Red+Green+Blue) = 185+129+40=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B98128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98128 is #467ED7. Grayscale: #888888. Windows color (decimal): -4619992 or 2654649. OLE color: 2654649.

HSL color Cylindrical-coordinate representation of color #B98128: hue angle of 36.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B98128 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 129 40 -
CMYK 0 0.30 0.78 0.27
HSL 36.83º 0.64% 0.44% -
HSV(B) 36.83º 0.78% 0.73% -
XYZ 28.24 26.17 5.57 -
YUV 135.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 185 129 40 0 0.30 0.78 0.27 36.83 0.64 0.44
Hex B9 81 28 0 1E 4E 1B 25 40 2C
Octal 271 201 50 0 36 116 33 45 100 54
Binary 10111001 10000001 101000 0 11110 1001110 11011 100101 1000000 101100

Color Harmonies of #B98128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98128

Black with #B98128

Text Example


Text Example

White with #B98128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98128; }

 p { color: rgb(185,129,40); }

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

background-color css

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

 a { background-color: rgb(185,129,40); }

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

border-color css

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

 span { border-color: rgb(185,129,40); }

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