Html Css Color HEX #B98423 Mandalay

📋 copy color: '#B98423'

red 185 ◦ green 132 ◦ blue 35

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

Shades of Mandalay #B98423

Tints of Mandalay #B98423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.94%

R = 52.56%
G = 37.5%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B98423 (or 0xB98423) is known color: Mandalay. HEX triplet: B9, 84 and 23. RGB value is (185,132,35). Sum of RGB (Red+Green+Blue) = 185+132+35=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B98423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98423 is #467BDC. Grayscale: #898989. Windows color (decimal): -4619229 or 2327737. OLE color: 2327737.

HSL color Cylindrical-coordinate representation of color #B98423: hue angle of 38.8º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B98423 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 132 35 -
CMYK 0 0.29 0.81 0.27
HSL 38.8º 0.68% 0.43% -
HSV(B) 38.8º 0.81% 0.73% -
XYZ 28.56 26.94 5.28 -
YUV 136.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 185 132 35 0 0.29 0.81 0.27 38.8 0.68 0.43
Hex B9 84 23 0 1D 51 1B 27 44 2B
Octal 271 204 43 0 35 121 33 47 104 53
Binary 10111001 10000100 100011 0 11101 1010001 11011 100111 1000100 101011

Color Harmonies of #B98423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98423

Black with #B98423

Text Example


Text Example

White with #B98423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98423; }

 p { color: rgb(185,132,35); }

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

background-color css

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

 a { background-color: rgb(185,132,35); }

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

border-color css

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

 span { border-color: rgb(185,132,35); }

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