#B48F0E

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

Shades of Dark Goldenrod #B48F0E

Tints of Dark Goldenrod #B48F0E

Color information

#B48F0E (or 0xB48F0E) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 8F and 0E. RGB value is (180,143,14). Sum of RGB (Red+Green+Blue) = 180+143+14=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48F0E is #4B70F1. Grayscale: #8B8B8B. Windows color (decimal): -4944114 or 954292. OLE color: 954292.

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

Color convert

RGB18014314-
CMYK00.210.920.29
HSL46.63º85.57%38.04%-
HSV(B)46.63º92.22%70.59%-
XYZ28.7229.384.57-
YUV139.3657.26156.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.41%
GREEN value IS 143 (56.25% from 255) = 42.43%
BLUE value IS 14 (5.86% from 255) = 4.15%
R=53.41%
G=42.43%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801431400.210.920.2946.6385.5738.04
HexB48FE0155C1D2f5626
Octal26421716025134355712646
Binary101101001000111111100101011011100111011011111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F0E; }

 p { color: rgb(180,143,14); }

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

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

 a { background-color: rgb(180,143,14); }

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

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

 span { border-color: rgb(180,143,14); }

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