#B46B07

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

Shades of Dark Goldenrod #B46B07

Tints of Dark Goldenrod #B46B07

Color information

#B46B07 (or 0xB46B07) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 6B and 07. RGB value is (180,107,7). Sum of RGB (Red+Green+Blue) = 180+107+7=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46B07 is #4B94F8. Grayscale: #757575. Windows color (decimal): -4953337 or 486324. OLE color: 486324.

HSL color Cylindrical-coordinate representation of color #B46B07: hue angle of 34.68º degrees, saturation: 0.93, 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 #B46B07 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1801077-
CMYK00.410.960.29
HSL34.68º92.51%36.67%-
HSV(B)34.68º96.11%70.59%-
XYZ24.1220.232.84-
YUV117.4365.68172.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 7 (3.12% from 255) = 2.38%
R=61.22%
G=36.39%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180107700.410.960.2934.6892.5136.67
HexB46B7029601D235d25
Octal2641537051140354313545
Binary10110100110101111101010011100000111011000111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B07; }

 p { color: rgb(180,107,7); }

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

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

 a { background-color: rgb(180,107,7); }

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

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

 span { border-color: rgb(180,107,7); }

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