Html Css Color HEX #B98313 Dark Goldenrod

📋 copy color: '#B98313'

red 185 ◦ green 131 ◦ blue 19

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

Shades of Dark Goldenrod #B98313

Tints of Dark Goldenrod #B98313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.1%

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

R = 55.22%
G = 39.1%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B98313 (or 0xB98313) is known color: Dark Goldenrod. HEX triplet: B9, 83 and 13. RGB value is (185,131,19). Sum of RGB (Red+Green+Blue) = 185+131+19=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B98313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98313 is #467CEC. Grayscale: #868686. Windows color (decimal): -4619501 or 1278905. OLE color: 1278905.

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

Color convert

RGB 185 131 19 -
CMYK 0 0.29 0.90 0.27
HSL 40.48º 0.81% 0.4% -
HSV(B) 40.48º 0.9% 0.73% -
XYZ 28.24 26.59 4.26 -
YUV 134.38 62.89 164.11 -
System Red Green Blue C M Y K H S L
Decimal 185 131 19 0 0.29 0.90 0.27 40.48 0.81 0.4
Hex B9 83 13 0 1D 5A 1B 28 51 28
Octal 271 203 23 0 35 132 33 50 121 50
Binary 10111001 10000011 10011 0 11101 1011010 11011 101000 1010001 101000

Color Harmonies of #B98313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98313

Black with #B98313

Text Example


Text Example

White with #B98313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98313; }

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

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

background-color css

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

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

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

border-color css

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

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

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