#B28A0B

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

Shades of Dark Goldenrod #B28A0B

Tints of Dark Goldenrod #B28A0B

Color information

#B28A0B (or 0xB28A0B) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 8A and 0B. RGB value is (178,138,11). Sum of RGB (Red+Green+Blue) = 178+138+11=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28A0B is #4D75F4. Grayscale: #888888. Windows color (decimal): -5076469 or 756402. OLE color: 756402.

HSL color Cylindrical-coordinate representation of color #B28A0B: hue angle of 45.63º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B28A0B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17813811-
CMYK00.220.940.30
HSL45.63º88.36%37.06%-
HSV(B)45.63º93.82%69.8%-
XYZ27.5127.674.21-
YUV135.4857.75158.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 11 (4.69% from 255) = 3.36%
R=54.43%
G=42.20%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781381100.220.940.3045.6388.3637.06
HexB28AB0165E1E2e5825
Octal26221213026136365613045
Binary101100101000101010110101101011110111101011101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28A0B; }

 p { color: rgb(178,138,11); }

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

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

 a { background-color: rgb(178,138,11); }

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

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

 span { border-color: rgb(178,138,11); }

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