#B8920A

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

Shades of Dark Goldenrod #B8920A

Tints of Dark Goldenrod #B8920A

Color information

#B8920A (or 0xB8920A) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 92 and 0A. RGB value is (184,146,10). Sum of RGB (Red+Green+Blue) = 184+146+10=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B8920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8920A is #476DF5. Grayscale: #8E8E8E. Windows color (decimal): -4681206 or 692920. OLE color: 692920.

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

Color convert

RGB18414610-
CMYK00.210.950.28
HSL46.9º89.69%38.04%-
HSV(B)46.9º94.57%72.16%-
XYZ30.130.774.64-
YUV141.8653.59158.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.12%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 10 (4.30% from 255) = 2.94%
R=54.12%
G=42.94%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841461000.210.950.2846.989.6938.04
HexB892A0155F1C2f5a26
Octal27022212025137345713246
Binary101110001001001010100101011011111111001011111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8920A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8920A; }

 p { color: rgb(184,146,10); }

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

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

 a { background-color: rgb(184,146,10); }

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

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

 span { border-color: rgb(184,146,10); }

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