Html Css Color HEX #B98328 Mandalay

📋 copy color: '#B98328'

red 185 ◦ green 131 ◦ blue 40

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

Shades of Mandalay #B98328

Tints of Mandalay #B98328

RGB

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

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

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

R = 51.97%
G = 36.8%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B98328 (or 0xB98328) is known color: Mandalay. HEX triplet: B9, 83 and 28. RGB value is (185,131,40). Sum of RGB (Red+Green+Blue) = 185+131+40=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B98328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98328 is #467CD7. Grayscale: #898989. Windows color (decimal): -4619480 or 2655161. OLE color: 2655161.

HSL color Cylindrical-coordinate representation of color #B98328: hue angle of 37.66º 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 #B98328 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 131 40 -
CMYK 0 0.29 0.78 0.27
HSL 37.66º 0.64% 0.44% -
HSV(B) 37.66º 0.78% 0.73% -
XYZ 28.51 26.7 5.66 -
YUV 136.77 73.39 162.4 -
System Red Green Blue C M Y K H S L
Decimal 185 131 40 0 0.29 0.78 0.27 37.66 0.64 0.44
Hex B9 83 28 0 1D 4E 1B 26 40 2C
Octal 271 203 50 0 35 116 33 46 100 54
Binary 10111001 10000011 101000 0 11101 1001110 11011 100110 1000000 101100

Color Harmonies of #B98328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98328

Black with #B98328

Text Example


Text Example

White with #B98328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98328; }

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

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

background-color css

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

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

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

border-color css

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

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

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