Html Css Color HEX #B98616 Dark Goldenrod

📋 copy color: '#B98616'

red 185 ◦ green 134 ◦ blue 22

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

Shades of Dark Goldenrod #B98616

Tints of Dark Goldenrod #B98616

RGB

 RED value IS 185 (72.66% from 255) = 54.25%

 GREEN value IS 134 (52.73% from 255) = 39.3%

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

R = 54.25%
G = 39.3%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B98616 (or 0xB98616) is known color: Dark Goldenrod. HEX triplet: B9, 86 and 16. RGB value is (185,134,22). Sum of RGB (Red+Green+Blue) = 185+134+22=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B98616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98616 is #4679E9. Grayscale: #888888. Windows color (decimal): -4618730 or 1476281. OLE color: 1476281.

HSL color Cylindrical-coordinate representation of color #B98616: hue angle of 41.23º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B98616 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 134 22 -
CMYK 0 0.28 0.88 0.27
HSL 41.23º 0.79% 0.41% -
HSV(B) 41.23º 0.88% 0.73% -
XYZ 28.68 27.42 4.54 -
YUV 136.48 63.4 162.61 -
System Red Green Blue C M Y K H S L
Decimal 185 134 22 0 0.28 0.88 0.27 41.23 0.79 0.41
Hex B9 86 16 0 1C 58 1B 29 4F 29
Octal 271 206 26 0 34 130 33 51 117 51
Binary 10111001 10000110 10110 0 11100 1011000 11011 101001 1001111 101001

Color Harmonies of #B98616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98616

Black with #B98616

Text Example


Text Example

White with #B98616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98616; }

 p { color: rgb(185,134,22); }

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

background-color css

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

 a { background-color: rgb(185,134,22); }

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

border-color css

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

 span { border-color: rgb(185,134,22); }

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