Html Css Color HEX #B98700 Dark Goldenrod

📋 copy color: '#B98700'

red 185 ◦ green 135 ◦ blue 0

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

Shades of Dark Goldenrod #B98700

Tints of Dark Goldenrod #B98700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.19%

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

R = 57.81%
G = 42.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B98700 (or 0xB98700) is known color: Dark Goldenrod. HEX triplet: B9, 87 and 00. RGB value is (185,135,0). Sum of RGB (Red+Green+Blue) = 185+135+0=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B98700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98700 is #4678FF. Grayscale: #878787. Windows color (decimal): -4618496 or 34745. OLE color: 34745.

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

Color convert

RGB 185 135 0 -
CMYK 0 0.27 1 0.27
HSL 43.78º 1% 0.36% -
HSV(B) 43.78º 1% 0.73% -
XYZ 28.67 27.64 3.82 -
YUV 134.56 52.07 163.98 -
System Red Green Blue C M Y K H S L
Decimal 185 135 0 0 0.27 1 0.27 43.78 1 0.36
Hex B9 87 0 0 1B 64 1B 2C 64 24
Octal 271 207 0 0 33 144 33 54 144 44
Binary 10111001 10000111 0 0 11011 1100100 11011 101100 1100100 100100

Color Harmonies of #B98700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98700

Black with #B98700

Text Example


Text Example

White with #B98700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98700; }

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

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

background-color css

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

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

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

border-color css

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

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

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