#B27707

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

Shades of Dark Goldenrod #B27707

Tints of Dark Goldenrod #B27707

Color information

#B27707 (or 0xB27707) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 77 and 07. RGB value is (178,119,7). Sum of RGB (Red+Green+Blue) = 178+119+7=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B27707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27707 is #4D88F8. Grayscale: #7C7C7C. Windows color (decimal): -5081337 or 489394. OLE color: 489394.

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

Color convert

RGB1781197-
CMYK00.330.960.30
HSL39.3º92.43%36.27%-
HSV(B)39.3º96.07%69.8%-
XYZ2522.673.26-
YUV123.8762.05166.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.55%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 7 (3.12% from 255) = 2.30%
R=58.55%
G=39.14%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178119700.330.960.3039.392.4336.27
HexB2777021601E275c24
Octal2621677041140364713444
Binary10110010111011111101000011100000111101001111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27707; }

 p { color: rgb(178,119,7); }

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

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

 a { background-color: rgb(178,119,7); }

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

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

 span { border-color: rgb(178,119,7); }

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