Html Css Color HEX #B98C13 Dark Goldenrod

📋 copy color: '#B98C13'

red 185 ◦ green 140 ◦ blue 19

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

Shades of Dark Goldenrod #B98C13

Tints of Dark Goldenrod #B98C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.7%

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

R = 53.78%
G = 40.7%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B98C13 (or 0xB98C13) is known color: Dark Goldenrod. HEX triplet: B9, 8C and 13. RGB value is (185,140,19). Sum of RGB (Red+Green+Blue) = 185+140+19=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98C13 is #4673EC. Grayscale: #8C8C8C. Windows color (decimal): -4617197 or 1281209. OLE color: 1281209.

HSL color Cylindrical-coordinate representation of color #B98C13: hue angle of 43.73º 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 #B98C13 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 140 19 -
CMYK 0 0.24 0.90 0.27
HSL 43.73º 0.81% 0.4% -
HSV(B) 43.73º 0.9% 0.73% -
XYZ 29.5 29.12 4.68 -
YUV 139.66 59.91 160.34 -
System Red Green Blue C M Y K H S L
Decimal 185 140 19 0 0.24 0.90 0.27 43.73 0.81 0.4
Hex B9 8C 13 0 18 5A 1B 2C 51 28
Octal 271 214 23 0 30 132 33 54 121 50
Binary 10111001 10001100 10011 0 11000 1011010 11011 101100 1010001 101000

Color Harmonies of #B98C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98C13

Black with #B98C13

Text Example


Text Example

White with #B98C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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