Html Css Color HEX #B98517 Dark Goldenrod

📋 copy color: '#B98517'

red 185 ◦ green 133 ◦ blue 23

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

Shades of Dark Goldenrod #B98517

Tints of Dark Goldenrod #B98517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.74%

R = 54.25%
G = 39%
B = 6.74%

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

#B98517 (or 0xB98517) is known color: Dark Goldenrod. HEX triplet: B9, 85 and 17. RGB value is (185,133,23). Sum of RGB (Red+Green+Blue) = 185+133+23=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B98517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98517 is #467AE8. Grayscale: #888888. Windows color (decimal): -4618985 or 1541561. OLE color: 1541561.

HSL color Cylindrical-coordinate representation of color #B98517: hue angle of 40.74º degrees, saturation: 0.78, 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 #B98517 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 133 23 -
CMYK 0 0.28 0.88 0.27
HSL 40.74º 0.78% 0.41% -
HSV(B) 40.74º 0.88% 0.73% -
XYZ 28.55 27.15 4.55 -
YUV 136.01 64.23 162.94 -
System Red Green Blue C M Y K H S L
Decimal 185 133 23 0 0.28 0.88 0.27 40.74 0.78 0.41
Hex B9 85 17 0 1C 58 1B 29 4E 29
Octal 271 205 27 0 34 130 33 51 116 51
Binary 10111001 10000101 10111 0 11100 1011000 11011 101001 1001110 101001

Color Harmonies of #B98517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98517

Black with #B98517

Text Example


Text Example

White with #B98517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98517; }

 p { color: rgb(185,133,23); }

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

background-color css

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

 a { background-color: rgb(185,133,23); }

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

border-color css

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

 span { border-color: rgb(185,133,23); }

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