#B38B10

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

Shades of Dark Goldenrod #B38B10

Tints of Dark Goldenrod #B38B10

Color information

#B38B10 (or 0xB38B10) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 8B and 10. RGB value is (179,139,16). Sum of RGB (Red+Green+Blue) = 179+139+16=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38B10 is #4C74EF. Grayscale: #898989. Windows color (decimal): -5010672 or 1084339. OLE color: 1084339.

HSL color Cylindrical-coordinate representation of color #B38B10: hue angle of 45.28º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B38B10 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB17913916-
CMYK00.220.910.30
HSL45.28º83.59%38.24%-
HSV(B)45.28º91.06%70.2%-
XYZ27.9228.094.44-
YUV136.9459.75158-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.59%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 16 (6.64% from 255) = 4.79%
R=53.59%
G=41.62%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791391600.220.910.3045.2883.5938.24
HexB38B100165B1E2d5426
Octal26321320026133365512446
Binary1011001110001011100000101101011011111101011011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B10; }

 p { color: rgb(179,139,16); }

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

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

 a { background-color: rgb(179,139,16); }

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

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

 span { border-color: rgb(179,139,16); }

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