#B48702

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

Shades of Dark Goldenrod #B48702

Tints of Dark Goldenrod #B48702

Color information

#B48702 (or 0xB48702) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 87 and 02. RGB value is (180,135,2). Sum of RGB (Red+Green+Blue) = 180+135+2=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B48702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48702 is #4B78FD. Grayscale: #858585. Windows color (decimal): -4946174 or 165812. OLE color: 165812.

HSL color Cylindrical-coordinate representation of color #B48702: hue angle of 44.83º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B48702 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB1801352-
CMYK00.250.990.29
HSL44.83º97.8%35.69%-
HSV(B)44.83º98.89%70.59%-
XYZ27.527.043.83-
YUV133.2953.91161.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=56.78%
G=42.59%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180135200.250.990.2944.8397.835.69
HexB4872019631D2d6224
Octal2642072031143355514244
Binary1011010010000111100110011100011111011011011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48702; }

 p { color: rgb(180,135,2); }

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

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

 a { background-color: rgb(180,135,2); }

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

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

 span { border-color: rgb(180,135,2); }

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