#B68C0F

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

Shades of Dark Goldenrod #B68C0F

Tints of Dark Goldenrod #B68C0F

Color information

#B68C0F (or 0xB68C0F) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 8C and 0F. RGB value is (182,140,15). Sum of RGB (Red+Green+Blue) = 182+140+15=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68C0F is #4973F0. Grayscale: #8A8A8A. Windows color (decimal): -4813809 or 1019062. OLE color: 1019062.

HSL color Cylindrical-coordinate representation of color #B68C0F: hue angle of 44.91º 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 #B68C0F is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18214015-
CMYK00.230.920.29
HSL44.91º84.77%38.63%-
HSV(B)44.91º91.76%71.37%-
XYZ28.7628.744.48-
YUV138.3158.41159.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 140 (55.08% from 255) = 41.54%
BLUE value IS 15 (6.25% from 255) = 4.45%
R=54.01%
G=41.54%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821401500.230.920.2944.9184.7738.63
HexB68CF0175C1D2d5527
Octal26621417027134355512547
Binary101101101000110011110101111011100111011011011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68C0F; }

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

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

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

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

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

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

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

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