Html Css Color HEX #B9850E Dark Goldenrod

📋 copy color: '#B9850E'

red 185 ◦ green 133 ◦ blue 14

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

Shades of Dark Goldenrod #B9850E

Tints of Dark Goldenrod #B9850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.06%

 BLUE value IS 14 (5.86% from 255) = 4.22%

R = 55.72%
G = 40.06%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9850E (or 0xB9850E) is known color: Dark Goldenrod. HEX triplet: B9, 85 and 0E. RGB value is (185,133,14). Sum of RGB (Red+Green+Blue) = 185+133+14=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9850E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9850E is #467AF1. Grayscale: #878787. Windows color (decimal): -4618994 or 951737. OLE color: 951737.

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

Color convert

RGB 185 133 14 -
CMYK 0 0.28 0.92 0.27
HSL 41.75º 0.86% 0.39% -
HSV(B) 41.75º 0.92% 0.73% -
XYZ 28.47 27.12 4.15 -
YUV 134.98 59.73 163.68 -
System Red Green Blue C M Y K H S L
Decimal 185 133 14 0 0.28 0.92 0.27 41.75 0.86 0.39
Hex B9 85 E 0 1C 5C 1B 2A 56 27
Octal 271 205 16 0 34 134 33 52 126 47
Binary 10111001 10000101 1110 0 11100 1011100 11011 101010 1010110 100111

Color Harmonies of #B9850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9850E

Black with #B9850E

Text Example


Text Example

White with #B9850E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9850E; }

 p { color: rgb(185,133,14); }

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

background-color css

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

 a { background-color: rgb(185,133,14); }

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

border-color css

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

 span { border-color: rgb(185,133,14); }

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