Html Css Color HEX #B9780C Dark Goldenrod

📋 copy color: '#B9780C'

red 185 ◦ green 120 ◦ blue 12

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

Shades of Dark Goldenrod #B9780C

Tints of Dark Goldenrod #B9780C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.79%

R = 58.36%
G = 37.85%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9780C (or 0xB9780C) is known color: Dark Goldenrod. HEX triplet: B9, 78 and 0C. RGB value is (185,120,12). Sum of RGB (Red+Green+Blue) = 185+120+12=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B9780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9780C is #4687F3. Grayscale: #7F7F7F. Windows color (decimal): -4622324 or 817337. OLE color: 817337.

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

Color convert

RGB 185 120 12 -
CMYK 0 0.35 0.94 0.27
HSL 37.46º 0.88% 0.39% -
HSV(B) 37.46º 0.94% 0.73% -
XYZ 26.79 23.77 3.52 -
YUV 127.12 63.03 169.28 -
System Red Green Blue C M Y K H S L
Decimal 185 120 12 0 0.35 0.94 0.27 37.46 0.88 0.39
Hex B9 78 C 0 23 5E 1B 25 58 27
Octal 271 170 14 0 43 136 33 45 130 47
Binary 10111001 1111000 1100 0 100011 1011110 11011 100101 1011000 100111

Color Harmonies of #B9780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9780C

Black with #B9780C

Text Example


Text Example

White with #B9780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9780C; }

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

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

background-color css

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

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

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

border-color css

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

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

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