#B38D00

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

Shades of Dark Goldenrod #B38D00

Tints of Dark Goldenrod #B38D00

Color information

#B38D00 (or 0xB38D00) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 8D and 00. RGB value is (179,141,0). Sum of RGB (Red+Green+Blue) = 179+141+0=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38D00 is #4C72FF. Grayscale: #888888. Windows color (decimal): -5010176 or 36275. OLE color: 36275.

HSL color Cylindrical-coordinate representation of color #B38D00: hue angle of 47.26º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B38D00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1791410-
CMYK00.2110.30
HSL47.26º100%35.1%-
HSV(B)47.26º100%70.2%-
XYZ28.1228.634.04-
YUV136.2951.09158.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.94%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.94%
G=44.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179141000.2110.3047.2610035.1
HexB38D0015641E2f6423
Octal2632150025144365714443
Binary101100111000110100101011100100111101011111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D00; }

 p { color: rgb(179,141,0); }

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

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

 a { background-color: rgb(179,141,0); }

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

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

 span { border-color: rgb(179,141,0); }

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