#B8780B

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

Shades of Dark Goldenrod #B8780B

Tints of Dark Goldenrod #B8780B

Color information

#B8780B (or 0xB8780B) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 78 and 0B. RGB value is (184,120,11). Sum of RGB (Red+Green+Blue) = 184+120+11=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8780B is #4787F4. Grayscale: #7F7F7F. Windows color (decimal): -4687861 or 751800. OLE color: 751800.

HSL color Cylindrical-coordinate representation of color #B8780B: hue angle of 37.8º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8780B is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB18412011-
CMYK00.350.940.28
HSL37.8º88.72%38.24%-
HSV(B)37.8º94.02%72.16%-
XYZ26.5423.653.48-
YUV126.7162.7168.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.41%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 11 (4.69% from 255) = 3.49%
R=58.41%
G=38.10%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841201100.350.940.2837.888.7238.24
HexB878B0235E1C265926
Octal27017013043136344613146
Binary101110001111000101101000111011110111001001101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8780B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8780B; }

 p { color: rgb(184,120,11); }

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

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

 a { background-color: rgb(184,120,11); }

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

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

 span { border-color: rgb(184,120,11); }

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