#B48110

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

Shades of Dark Goldenrod #B48110

Tints of Dark Goldenrod #B48110

Color information

#B48110 (or 0xB48110) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 81 and 10. RGB value is (180,129,16). Sum of RGB (Red+Green+Blue) = 180+129+16=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B48110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48110 is #4B7EEF. Grayscale: #838383. Windows color (decimal): -4947696 or 1081780. OLE color: 1081780.

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

Color convert

RGB18012916-
CMYK00.280.910.29
HSL41.34º83.67%38.43%-
HSV(B)41.34º91.11%70.59%-
XYZ26.7725.443.99-
YUV131.3762.9162.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 16 (6.64% from 255) = 4.92%
R=55.38%
G=39.69%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801291600.280.910.2941.3483.6738.43
HexB4811001C5B1D295426
Octal26420120034133355112446
Binary1011010010000001100000111001011011111011010011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48110; }

 p { color: rgb(180,129,16); }

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

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

 a { background-color: rgb(180,129,16); }

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

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

 span { border-color: rgb(180,129,16); }

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