#BA9833

Color #BA9833 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #BA9833

Tints of Nugget #BA9833

Color information

#BA9833 (or 0xBA9833) is unknown color: approx Nugget. HEX triplet: BA, 98 and 33. RGB value is (186,152,51). Sum of RGB (Red+Green+Blue) = 186+152+51=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9833 is #4567CC. Grayscale: #979797. Windows color (decimal): -4548557 or 3381434. OLE color: 3381434.

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

Color convert

RGB18615251-
CMYK00.180.730.27
HSL44.89º56.96%46.47%-
HSV(B)44.89º72.58%72.94%-
XYZ32.0833.137.84-
YUV150.6571.76153.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 51 (20.31% from 255) = 13.11%
R=47.81%
G=39.07%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861525100.180.730.2744.8956.9646.47
HexBA9833012491B2d392e
Octal2722306302211133557156
Binary1011101010011000110011010010100100111011101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9833; }

 p { color: rgb(186,152,51); }

 H1.HeaderClassName
 {
   color: #BA9833;
 }
 .AnyTagClassName
 {
   color: #BA9833;
 }
</style>
background-color css

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

 a { background-color: rgb(186,152,51); }

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

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

 span { border-color: rgb(186,152,51); }

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