Html Css Color HEX #B98300 Dark Goldenrod

📋 copy color: '#B98300'

red 185 ◦ green 131 ◦ blue 0

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

Shades of Dark Goldenrod #B98300

Tints of Dark Goldenrod #B98300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.54%
G = 41.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B98300 (or 0xB98300) is known color: Dark Goldenrod. HEX triplet: B9, 83 and 00. RGB value is (185,131,0). Sum of RGB (Red+Green+Blue) = 185+131+0=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B98300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98300 is #467CFF. Grayscale: #848484. Windows color (decimal): -4619520 or 33721. OLE color: 33721.

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

Color convert

RGB 185 131 0 -
CMYK 0 0.29 1 0.27
HSL 42.49º 1% 0.36% -
HSV(B) 42.49º 1% 0.73% -
XYZ 28.12 26.55 3.64 -
YUV 132.21 53.39 165.65 -
System Red Green Blue C M Y K H S L
Decimal 185 131 0 0 0.29 1 0.27 42.49 1 0.36
Hex B9 83 0 0 1D 64 1B 2A 64 24
Octal 271 203 0 0 35 144 33 52 144 44
Binary 10111001 10000011 0 0 11101 1100100 11011 101010 1100100 100100

Color Harmonies of #B98300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98300

Black with #B98300

Text Example


Text Example

White with #B98300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98300; }

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

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

background-color css

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

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

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

border-color css

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

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

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