#B38203

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

Shades of Dark Goldenrod #B38203

Tints of Dark Goldenrod #B38203

Color information

#B38203 (or 0xB38203) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 82 and 03. RGB value is (179,130,3). Sum of RGB (Red+Green+Blue) = 179+130+3=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B38203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38203 is #4C7DFC. Grayscale: #828282. Windows color (decimal): -5012989 or 230067. OLE color: 230067.

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

Color convert

RGB1791303-
CMYK00.270.980.30
HSL43.3º96.7%35.69%-
HSV(B)43.3º98.32%70.2%-
XYZ26.5925.563.62-
YUV130.1756.23162.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.37%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 3 (1.56% from 255) = 0.96%
R=57.37%
G=41.67%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179130300.270.980.3043.396.735.69
HexB382301B621E2b6124
Octal2632023033142365314144
Binary1011001110000010110110111100010111101010111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38203; }

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

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

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

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

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

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

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

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