#B68F0F

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

Shades of Dark Goldenrod #B68F0F

Tints of Dark Goldenrod #B68F0F

Color information

#B68F0F (or 0xB68F0F) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 8F and 0F. RGB value is (182,143,15). Sum of RGB (Red+Green+Blue) = 182+143+15=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68F0F is #4970F0. Grayscale: #8C8C8C. Windows color (decimal): -4813041 or 1019830. OLE color: 1019830.

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

Color convert

RGB18214315-
CMYK00.210.920.29
HSL45.99º84.77%38.63%-
HSV(B)45.99º91.76%71.37%-
XYZ29.229.624.63-
YUV140.0757.42157.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.53%
GREEN value IS 143 (56.25% from 255) = 42.06%
BLUE value IS 15 (6.25% from 255) = 4.41%
R=53.53%
G=42.06%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821431500.210.920.2945.9984.7738.63
HexB68FF0155C1D2e5527
Octal26621717025134355612547
Binary101101101000111111110101011011100111011011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F0F; }

 p { color: rgb(182,143,15); }

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

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

 a { background-color: rgb(182,143,15); }

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

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

 span { border-color: rgb(182,143,15); }

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