#B38A01

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

Shades of Dark Goldenrod #B38A01

Tints of Dark Goldenrod #B38A01

Color information

#B38A01 (or 0xB38A01) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 8A and 01. RGB value is (179,138,1). Sum of RGB (Red+Green+Blue) = 179+138+1=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38A01 is #4C75FE. Grayscale: #878787. Windows color (decimal): -5010943 or 101043. OLE color: 101043.

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

Color convert

RGB1791381-
CMYK00.230.990.30
HSL46.18º98.89%35.29%-
HSV(B)46.18º99.44%70.2%-
XYZ27.6827.763.93-
YUV134.6452.58159.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.29%
GREEN value IS 138 (54.30% from 255) = 43.40%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=56.29%
G=43.40%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179138100.230.990.3046.1898.8935.29
HexB38A1017631E2e6323
Octal2632121027143365614343
Binary101100111000101010101111100011111101011101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A01; }

 p { color: rgb(179,138,1); }

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

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

 a { background-color: rgb(179,138,1); }

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

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

 span { border-color: rgb(179,138,1); }

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