#B68300

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

Shades of Dark Goldenrod #B68300

Tints of Dark Goldenrod #B68300

Color information

#B68300 (or 0xB68300) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 83 and 00. RGB value is (182,131,0). Sum of RGB (Red+Green+Blue) = 182+131+0=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B68300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68300 is #497CFF. Grayscale: #838383. Windows color (decimal): -4816128 or 33718. OLE color: 33718.

HSL color Cylindrical-coordinate representation of color #B68300: hue angle of 43.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B68300 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB1821310-
CMYK00.2810.29
HSL43.19º100%35.69%-
HSV(B)43.19º100%71.37%-
XYZ27.4126.183.61-
YUV131.3253.9164.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.15%
GREEN value IS 131 (51.56% from 255) = 41.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.15%
G=41.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182131000.2810.2943.1910035.69
HexB683001C641D2b6424
Octal2662030034144355314444
Binary101101101000001100111001100100111011010111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68300; }

 p { color: rgb(182,131,0); }

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

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

 a { background-color: rgb(182,131,0); }

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

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

 span { border-color: rgb(182,131,0); }

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