Html Css Color HEX #B7780C Dark Goldenrod

📋 copy color: '#B7780C'

red 183 ◦ green 120 ◦ blue 12

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

Shades of Dark Goldenrod #B7780C

Tints of Dark Goldenrod #B7780C

RGB

 RED value IS 183 (71.88% from 255) = 58.1%

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

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

R = 58.1%
G = 38.1%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7780C (or 0xB7780C) is known color: Dark Goldenrod. HEX triplet: B7, 78 and 0C. RGB value is (183,120,12). Sum of RGB (Red+Green+Blue) = 183+120+12=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B7780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7780C is #4887F3. Grayscale: #7F7F7F. Windows color (decimal): -4753396 or 817335. OLE color: 817335.

HSL color Cylindrical-coordinate representation of color #B7780C: hue angle of 37.89º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7780C is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 120 12 -
CMYK 0 0.34 0.93 0.28
HSL 37.89º 0.88% 0.38% -
HSV(B) 37.89º 0.93% 0.72% -
XYZ 26.31 23.53 3.5 -
YUV 126.53 63.37 168.28 -
System Red Green Blue C M Y K H S L
Decimal 183 120 12 0 0.34 0.93 0.28 37.89 0.88 0.38
Hex B7 78 C 0 22 5D 1C 26 58 26
Octal 267 170 14 0 42 135 34 46 130 46
Binary 10110111 1111000 1100 0 100010 1011101 11100 100110 1011000 100110

Color Harmonies of #B7780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7780C

Black with #B7780C

Text Example


Text Example

White with #B7780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7780C; }

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

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

background-color css

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

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

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

border-color css

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

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

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