Html Css Color HEX #B98613 Dark Goldenrod

📋 copy color: '#B98613'

red 185 ◦ green 134 ◦ blue 19

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

Shades of Dark Goldenrod #B98613

Tints of Dark Goldenrod #B98613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.62%

R = 54.73%
G = 39.64%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B98613 (or 0xB98613) is known color: Dark Goldenrod. HEX triplet: B9, 86 and 13. RGB value is (185,134,19). Sum of RGB (Red+Green+Blue) = 185+134+19=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B98613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98613 is #4679EC. Grayscale: #888888. Windows color (decimal): -4618733 or 1279673. OLE color: 1279673.

HSL color Cylindrical-coordinate representation of color #B98613: hue angle of 41.57º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B98613 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 134 19 -
CMYK 0 0.28 0.90 0.27
HSL 41.57º 0.81% 0.4% -
HSV(B) 41.57º 0.9% 0.73% -
XYZ 28.65 27.41 4.4 -
YUV 136.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 185 134 19 0 0.28 0.90 0.27 41.57 0.81 0.4
Hex B9 86 13 0 1C 5A 1B 2A 51 28
Octal 271 206 23 0 34 132 33 52 121 50
Binary 10111001 10000110 10011 0 11100 1011010 11011 101010 1010001 101000

Color Harmonies of #B98613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98613

Black with #B98613

Text Example


Text Example

White with #B98613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98613; }

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

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

background-color css

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

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

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

border-color css

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

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

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