Html Css Color HEX #B98903 Dark Goldenrod

📋 copy color: '#B98903'

red 185 ◦ green 137 ◦ blue 3

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

Shades of Dark Goldenrod #B98903

Tints of Dark Goldenrod #B98903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 56.92%
G = 42.15%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B98903 (or 0xB98903) is known color: Dark Goldenrod. HEX triplet: B9, 89 and 03. RGB value is (185,137,3). Sum of RGB (Red+Green+Blue) = 185+137+3=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B98903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98903 is #4676FC. Grayscale: #888888. Windows color (decimal): -4617981 or 231865. OLE color: 231865.

HSL color Cylindrical-coordinate representation of color #B98903: hue angle of 44.18º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B98903 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 137 3 -
CMYK 0 0.26 0.98 0.27
HSL 44.18º 0.97% 0.37% -
HSV(B) 44.18º 0.98% 0.73% -
XYZ 28.97 28.21 4 -
YUV 136.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 185 137 3 0 0.26 0.98 0.27 44.18 0.97 0.37
Hex B9 89 3 0 1A 62 1B 2C 61 25
Octal 271 211 3 0 32 142 33 54 141 45
Binary 10111001 10001001 11 0 11010 1100010 11011 101100 1100001 100101

Color Harmonies of #B98903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98903

Black with #B98903

Text Example


Text Example

White with #B98903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98903; }

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

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

background-color css

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

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

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

border-color css

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

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

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