Html Css Color HEX #B7760C Dark Goldenrod

📋 copy color: '#B7760C'

red 183 ◦ green 118 ◦ blue 12

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

Shades of Dark Goldenrod #B7760C

Tints of Dark Goldenrod #B7760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

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

R = 58.47%
G = 37.7%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7760C (or 0xB7760C) is known color: Dark Goldenrod. HEX triplet: B7, 76 and 0C. RGB value is (183,118,12). Sum of RGB (Red+Green+Blue) = 183+118+12=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7760C is #4889F3. Grayscale: #7D7D7D. Windows color (decimal): -4753908 or 816823. OLE color: 816823.

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

Color convert

RGB 183 118 12 -
CMYK 0 0.36 0.93 0.28
HSL 37.19º 0.88% 0.38% -
HSV(B) 37.19º 0.93% 0.72% -
XYZ 26.07 23.05 3.42 -
YUV 125.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 183 118 12 0 0.36 0.93 0.28 37.19 0.88 0.38
Hex B7 76 C 0 24 5D 1C 25 58 26
Octal 267 166 14 0 44 135 34 45 130 46
Binary 10110111 1110110 1100 0 100100 1011101 11100 100101 1011000 100110

Color Harmonies of #B7760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7760C

Black with #B7760C

Text Example


Text Example

White with #B7760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7760C; }

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

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

background-color css

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

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

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

border-color css

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

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

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