#B48E0A

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

Shades of Dark Goldenrod #B48E0A

Tints of Dark Goldenrod #B48E0A

Color information

#B48E0A (or 0xB48E0A) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 8E and 0A. RGB value is (180,142,10). Sum of RGB (Red+Green+Blue) = 180+142+10=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48E0A is #4B71F5. Grayscale: #8A8A8A. Windows color (decimal): -4944374 or 691892. OLE color: 691892.

HSL color Cylindrical-coordinate representation of color #B48E0A: hue angle of 46.59º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B48E0A is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB18014210-
CMYK00.210.940.29
HSL46.59º89.47%37.25%-
HSV(B)46.59º94.44%70.59%-
XYZ28.5529.074.39-
YUV138.3155.59157.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 142 (55.86% from 255) = 42.77%
BLUE value IS 10 (4.30% from 255) = 3.01%
R=54.22%
G=42.77%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801421000.210.940.2946.5989.4737.25
HexB48EA0155E1D2f5925
Octal26421612025136355713145
Binary101101001000111010100101011011110111011011111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48E0A; }

 p { color: rgb(180,142,10); }

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

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

 a { background-color: rgb(180,142,10); }

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

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

 span { border-color: rgb(180,142,10); }

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