Html Css Color HEX #B98430 Mandalay

📋 copy color: '#B98430'

red 185 ◦ green 132 ◦ blue 48

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

Shades of Mandalay #B98430

Tints of Mandalay #B98430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 50.68%
G = 36.16%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B98430 (or 0xB98430) is known color: Mandalay. HEX triplet: B9, 84 and 30. RGB value is (185,132,48). Sum of RGB (Red+Green+Blue) = 185+132+48=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B98430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98430 is #467BCF. Grayscale: #8A8A8A. Windows color (decimal): -4619216 or 3179705. OLE color: 3179705.

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

Color convert

RGB 185 132 48 -
CMYK 0 0.29 0.74 0.27
HSL 36.79º 0.59% 0.46% -
HSV(B) 36.79º 0.74% 0.73% -
XYZ 28.79 27.03 6.5 -
YUV 138.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 185 132 48 0 0.29 0.74 0.27 36.79 0.59 0.46
Hex B9 84 30 0 1D 4A 1B 25 3B 2E
Octal 271 204 60 0 35 112 33 45 73 56
Binary 10111001 10000100 110000 0 11101 1001010 11011 100101 111011 101110

Color Harmonies of #B98430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98430

Black with #B98430

Text Example


Text Example

White with #B98430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98430; }

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

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

background-color css

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

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

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

border-color css

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

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

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