Html Css Color HEX #B9780E Dark Goldenrod

📋 copy color: '#B9780E'

red 185 ◦ green 120 ◦ blue 14

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

Shades of Dark Goldenrod #B9780E

Tints of Dark Goldenrod #B9780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.62%

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

R = 57.99%
G = 37.62%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9780E (or 0xB9780E) is known color: Dark Goldenrod. HEX triplet: B9, 78 and 0E. RGB value is (185,120,14). Sum of RGB (Red+Green+Blue) = 185+120+14=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B9780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9780E is #4687F1. Grayscale: #7F7F7F. Windows color (decimal): -4622322 or 948409. OLE color: 948409.

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

Color convert

RGB 185 120 14 -
CMYK 0 0.35 0.92 0.27
HSL 37.19º 0.86% 0.39% -
HSV(B) 37.19º 0.92% 0.73% -
XYZ 26.8 23.78 3.59 -
YUV 127.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 185 120 14 0 0.35 0.92 0.27 37.19 0.86 0.39
Hex B9 78 E 0 23 5C 1B 25 56 27
Octal 271 170 16 0 43 134 33 45 126 47
Binary 10111001 1111000 1110 0 100011 1011100 11011 100101 1010110 100111

Color Harmonies of #B9780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9780E

Black with #B9780E

Text Example


Text Example

White with #B9780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9780E; }

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

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

background-color css

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

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

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

border-color css

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

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

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