Html Css Color HEX #B98C0D Dark Goldenrod

📋 copy color: '#B98C0D'

red 185 ◦ green 140 ◦ blue 13

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

Shades of Dark Goldenrod #B98C0D

Tints of Dark Goldenrod #B98C0D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.42%

 BLUE value IS 13 (5.47% from 255) = 3.85%

R = 54.73%
G = 41.42%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B98C0D (or 0xB98C0D) is known color: Dark Goldenrod. HEX triplet: B9, 8C and 0D. RGB value is (185,140,13). Sum of RGB (Red+Green+Blue) = 185+140+13=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98C0D is #4673F2. Grayscale: #8B8B8B. Windows color (decimal): -4617203 or 887993. OLE color: 887993.

HSL color Cylindrical-coordinate representation of color #B98C0D: hue angle of 44.3º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B98C0D is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 140 13 -
CMYK 0 0.24 0.93 0.27
HSL 44.3º 0.87% 0.39% -
HSV(B) 44.3º 0.93% 0.73% -
XYZ 29.46 29.1 4.44 -
YUV 138.98 56.91 160.83 -
System Red Green Blue C M Y K H S L
Decimal 185 140 13 0 0.24 0.93 0.27 44.3 0.87 0.39
Hex B9 8C D 0 18 5D 1B 2C 57 27
Octal 271 214 15 0 30 135 33 54 127 47
Binary 10111001 10001100 1101 0 11000 1011101 11011 101100 1010111 100111

Color Harmonies of #B98C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98C0D

Black with #B98C0D

Text Example


Text Example

White with #B98C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98C0D; }

 p { color: rgb(185,140,13); }

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

background-color css

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

 a { background-color: rgb(185,140,13); }

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

border-color css

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

 span { border-color: rgb(185,140,13); }

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