Html Css Color HEX #B98400 Dark Goldenrod

📋 copy color: '#B98400'

red 185 ◦ green 132 ◦ blue 0

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

Shades of Dark Goldenrod #B98400

Tints of Dark Goldenrod #B98400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.64%

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

R = 58.36%
G = 41.64%
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

#B98400 (or 0xB98400) is known color: Dark Goldenrod. HEX triplet: B9, 84 and 00. RGB value is (185,132,0). Sum of RGB (Red+Green+Blue) = 185+132+0=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B98400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98400 is #467BFF. Grayscale: #858585. Windows color (decimal): -4619264 or 33977. OLE color: 33977.

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

Color convert

RGB 185 132 0 -
CMYK 0 0.29 1 0.27
HSL 42.81º 1% 0.36% -
HSV(B) 42.81º 1% 0.73% -
XYZ 28.26 26.82 3.69 -
YUV 132.8 53.06 165.23 -
System Red Green Blue C M Y K H S L
Decimal 185 132 0 0 0.29 1 0.27 42.81 1 0.36
Hex B9 84 0 0 1D 64 1B 2B 64 24
Octal 271 204 0 0 35 144 33 53 144 44
Binary 10111001 10000100 0 0 11101 1100100 11011 101011 1100100 100100

Color Harmonies of #B98400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98400

Black with #B98400

Text Example


Text Example

White with #B98400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98400; }

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

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

background-color css

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

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

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

border-color css

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

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

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