#B38800

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

Shades of Dark Goldenrod #B38800

Tints of Dark Goldenrod #B38800

Color information

#B38800 (or 0xB38800) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 88 and 00. RGB value is (179,136,0). Sum of RGB (Red+Green+Blue) = 179+136+0=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B38800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38800 is #4C77FF. Grayscale: #858585. Windows color (decimal): -5011456 or 34995. OLE color: 34995.

HSL color Cylindrical-coordinate representation of color #B38800: hue angle of 45.59º 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 #B38800 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1791360-
CMYK00.2410.30
HSL45.59º100%35.1%-
HSV(B)45.59º100%70.2%-
XYZ27.3927.193.8-
YUV133.3552.75160.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.83%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.83%
G=43.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179136000.2410.3045.5910035.1
HexB3880018641E2e6423
Octal2632100030144365614443
Binary101100111000100000110001100100111101011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38800; }

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

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

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

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

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

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

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

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