Html Css Color HEX #B98301 Dark Goldenrod

📋 copy color: '#B98301'

red 185 ◦ green 131 ◦ blue 1

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

Shades of Dark Goldenrod #B98301

Tints of Dark Goldenrod #B98301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 58.36%
G = 41.32%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B98301 (or 0xB98301) is known color: Dark Goldenrod. HEX triplet: B9, 83 and 01. RGB value is (185,131,1). Sum of RGB (Red+Green+Blue) = 185+131+1=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B98301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98301 is #467CFE. Grayscale: #848484. Windows color (decimal): -4619519 or 99257. OLE color: 99257.

HSL color Cylindrical-coordinate representation of color #B98301: hue angle of 42.39º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B98301 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 131 1 -
CMYK 0 0.29 0.99 0.27
HSL 42.39º 0.99% 0.36% -
HSV(B) 42.39º 0.99% 0.73% -
XYZ 28.13 26.55 3.67 -
YUV 132.33 53.89 165.57 -
System Red Green Blue C M Y K H S L
Decimal 185 131 1 0 0.29 0.99 0.27 42.39 0.99 0.36
Hex B9 83 1 0 1D 63 1B 2A 63 24
Octal 271 203 1 0 35 143 33 52 143 44
Binary 10111001 10000011 1 0 11101 1100011 11011 101010 1100011 100100

Color Harmonies of #B98301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98301

Black with #B98301

Text Example


Text Example

White with #B98301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98301; }

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

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

background-color css

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

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

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

border-color css

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

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

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