#B27900

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

Shades of Dark Goldenrod #B27900

Tints of Dark Goldenrod #B27900

Color information

#B27900 (or 0xB27900) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 79 and 00. RGB value is (178,121,0). Sum of RGB (Red+Green+Blue) = 178+121+0=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B27900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27900 is #4D86FF. Grayscale: #7C7C7C. Windows color (decimal): -5080832 or 31154. OLE color: 31154.

HSL color Cylindrical-coordinate representation of color #B27900: hue angle of 40.79º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B27900 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1781210-
CMYK00.3210.30
HSL40.79º100%34.9%-
HSV(B)40.79º100%69.8%-
XYZ25.223.143.14-
YUV124.2557.88166.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.53%
GREEN value IS 121 (47.66% from 255) = 40.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.53%
G=40.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178121000.3210.3040.7910034.9
HexB2790020641E296423
Octal2621710040144365114443
Binary101100101111001001000001100100111101010011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27900; }

 p { color: rgb(178,121,0); }

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

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

 a { background-color: rgb(178,121,0); }

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

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

 span { border-color: rgb(178,121,0); }

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