Html Css Color HEX #B28516 Dark Goldenrod

📋 copy color: '#B28516'

red 178 ◦ green 133 ◦ blue 22

#B28516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B28516

Tints of Dark Goldenrod #B28516

RGB

 RED value IS 178 (69.92% from 255) = 53.45%

 GREEN value IS 133 (52.34% from 255) = 39.94%

 BLUE value IS 22 (8.98% from 255) = 6.61%

R = 53.45%
G = 39.94%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B28516 (or 0xB28516) is known color: Dark Goldenrod. HEX triplet: B2, 85 and 16. RGB value is (178,133,22). Sum of RGB (Red+Green+Blue) = 178+133+22=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B28516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28516 is #4D7AE9. Grayscale: #868686. Windows color (decimal): -5077738 or 1476018. OLE color: 1476018.

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

Color convert

RGB 178 133 22 -
CMYK 0 0.25 0.88 0.30
HSL 42.69º 0.78% 0.39% -
HSV(B) 42.69º 0.88% 0.7% -
XYZ 26.89 26.3 4.42 -
YUV 133.8 64.91 159.53 -
System Red Green Blue C M Y K H S L
Decimal 178 133 22 0 0.25 0.88 0.30 42.69 0.78 0.39
Hex B2 85 16 0 19 58 1E 2B 4E 27
Octal 262 205 26 0 31 130 36 53 116 47
Binary 10110010 10000101 10110 0 11001 1011000 11110 101011 1001110 100111

Color Harmonies of #B28516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28516

Black with #B28516

Text Example


Text Example

White with #B28516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28516; }

 p { color: rgb(178,133,22); }

 H1.HeaderClassName
 {
   color: #B28516;
 }
 .AnyTagClassName
 {
   color: #B28516;
 }
</style>

background-color css

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

 a { background-color: rgb(178,133,22); }

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

border-color css

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

 span { border-color: rgb(178,133,22); }

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