#B67A08

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

Shades of Dark Goldenrod #B67A08

Tints of Dark Goldenrod #B67A08

Color information

#B67A08 (or 0xB67A08) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 7A and 08. RGB value is (182,122,8). Sum of RGB (Red+Green+Blue) = 182+122+8=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67A08 is #4985F7. Grayscale: #7F7F7F. Windows color (decimal): -4818424 or 555702. OLE color: 555702.

HSL color Cylindrical-coordinate representation of color #B67A08: hue angle of 39.31º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B67A08 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1821228-
CMYK00.330.960.29
HSL39.31º91.58%37.25%-
HSV(B)39.31º95.6%71.37%-
XYZ26.2923.883.45-
YUV126.9460.88167.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.33%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 8 (3.52% from 255) = 2.56%
R=58.33%
G=39.10%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182122800.330.960.2939.3191.5837.25
HexB67A8021601D275c25
Octal26617210041140354713445
Binary101101101111010100001000011100000111011001111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A08; }

 p { color: rgb(182,122,8); }

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

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

 a { background-color: rgb(182,122,8); }

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

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

 span { border-color: rgb(182,122,8); }

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