Html Css Color HEX #B28D16 Dark Goldenrod

📋 copy color: '#B28D16'

red 178 ◦ green 141 ◦ blue 22

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

Shades of Dark Goldenrod #B28D16

Tints of Dark Goldenrod #B28D16

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.35%

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

R = 52.2%
G = 41.35%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B28D16 (or 0xB28D16) is known color: Dark Goldenrod. HEX triplet: B2, 8D and 16. RGB value is (178,141,22). Sum of RGB (Red+Green+Blue) = 178+141+22=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28D16 is #4D72E9. Grayscale: #8B8B8B. Windows color (decimal): -5075690 or 1478066. OLE color: 1478066.

HSL color Cylindrical-coordinate representation of color #B28D16: hue angle of 45.77º 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 #B28D16 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 141 22 -
CMYK 0 0.21 0.88 0.30
HSL 45.77º 0.78% 0.39% -
HSV(B) 45.77º 0.88% 0.7% -
XYZ 28.03 28.57 4.8 -
YUV 138.5 62.26 156.18 -
System Red Green Blue C M Y K H S L
Decimal 178 141 22 0 0.21 0.88 0.30 45.77 0.78 0.39
Hex B2 8D 16 0 15 58 1E 2E 4E 27
Octal 262 215 26 0 25 130 36 56 116 47
Binary 10110010 10001101 10110 0 10101 1011000 11110 101110 1001110 100111

Color Harmonies of #B28D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28D16

Black with #B28D16

Text Example


Text Example

White with #B28D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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