#B8950B

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

Shades of Dark Goldenrod #B8950B

Tints of Dark Goldenrod #B8950B

Color information

#B8950B (or 0xB8950B) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 95 and 0B. RGB value is (184,149,11). Sum of RGB (Red+Green+Blue) = 184+149+11=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8950B is #476AF4. Grayscale: #909090. Windows color (decimal): -4680437 or 759224. OLE color: 759224.

HSL color Cylindrical-coordinate representation of color #B8950B: hue angle of 47.86º 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 #B8950B is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB18414911-
CMYK00.190.940.28
HSL47.86º88.72%38.24%-
HSV(B)47.86º94.02%72.16%-
XYZ30.5831.714.83-
YUV143.7353.1156.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.49%
GREEN value IS 149 (58.59% from 255) = 43.31%
BLUE value IS 11 (4.69% from 255) = 3.20%
R=53.49%
G=43.31%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841491100.190.940.2847.8688.7238.24
HexB895B0135E1C305926
Octal27022513023136346013146
Binary101110001001010110110100111011110111001100001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8950B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8950B; }

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

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

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

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

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

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

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

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