#B38703

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

Shades of Dark Goldenrod #B38703

Tints of Dark Goldenrod #B38703

Color information

#B38703 (or 0xB38703) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 87 and 03. RGB value is (179,135,3). Sum of RGB (Red+Green+Blue) = 179+135+3=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B38703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38703 is #4C78FC. Grayscale: #858585. Windows color (decimal): -5011709 or 231347. OLE color: 231347.

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

Color convert

RGB1791353-
CMYK00.250.980.30
HSL45º96.7%35.69%-
HSV(B)45º98.32%70.2%-
XYZ27.2726.923.84-
YUV133.1154.58160.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.47%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 3 (1.56% from 255) = 0.95%
R=56.47%
G=42.59%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179135300.250.980.304596.735.69
HexB3873019621E2d6124
Octal2632073031142365514144
Binary1011001110000111110110011100010111101011011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38703; }

 p { color: rgb(179,135,3); }

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

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

 a { background-color: rgb(179,135,3); }

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

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

 span { border-color: rgb(179,135,3); }

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