Html Css Color HEX #B98901 Dark Goldenrod

📋 copy color: '#B98901'

red 185 ◦ green 137 ◦ blue 1

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

Shades of Dark Goldenrod #B98901

Tints of Dark Goldenrod #B98901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.41%

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

R = 57.28%
G = 42.41%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B98901 (or 0xB98901) is known color: Dark Goldenrod. HEX triplet: B9, 89 and 01. RGB value is (185,137,1). Sum of RGB (Red+Green+Blue) = 185+137+1=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B98901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98901 is #4676FE. Grayscale: #888888. Windows color (decimal): -4617983 or 100793. OLE color: 100793.

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

Color convert

RGB 185 137 1 -
CMYK 0 0.26 0.99 0.27
HSL 44.35º 0.99% 0.36% -
HSV(B) 44.35º 0.99% 0.73% -
XYZ 28.96 28.21 3.95 -
YUV 135.85 51.9 163.06 -
System Red Green Blue C M Y K H S L
Decimal 185 137 1 0 0.26 0.99 0.27 44.35 0.99 0.36
Hex B9 89 1 0 1A 63 1B 2C 63 24
Octal 271 211 1 0 32 143 33 54 143 44
Binary 10111001 10001001 1 0 11010 1100011 11011 101100 1100011 100100

Color Harmonies of #B98901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98901

Black with #B98901

Text Example


Text Example

White with #B98901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98901; }

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

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

background-color css

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

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

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

border-color css

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

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

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