#B28103

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

Shades of Dark Goldenrod #B28103

Tints of Dark Goldenrod #B28103

Color information

#B28103 (or 0xB28103) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 81 and 03. RGB value is (178,129,3). Sum of RGB (Red+Green+Blue) = 178+129+3=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B28103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28103 is #4D7EFC. Grayscale: #818181. Windows color (decimal): -5078781 or 229810. OLE color: 229810.

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

Color convert

RGB1781293-
CMYK00.280.980.30
HSL43.2º96.69%35.49%-
HSV(B)43.2º98.31%69.8%-
XYZ26.2325.173.56-
YUV129.2956.73162.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.42%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=57.42%
G=41.61%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178129300.280.980.3043.296.6935.49
HexB281301C621E2b6123
Octal2622013034142365314143
Binary1011001010000001110111001100010111101010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28103; }

 p { color: rgb(178,129,3); }

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

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

 a { background-color: rgb(178,129,3); }

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

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

 span { border-color: rgb(178,129,3); }

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