Html Css Color HEX #B7760B Dark Goldenrod

📋 copy color: '#B7760B'

red 183 ◦ green 118 ◦ blue 11

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

Shades of Dark Goldenrod #B7760B

Tints of Dark Goldenrod #B7760B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.53%

R = 58.65%
G = 37.82%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7760B (or 0xB7760B) is known color: Dark Goldenrod. HEX triplet: B7, 76 and 0B. RGB value is (183,118,11). Sum of RGB (Red+Green+Blue) = 183+118+11=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B7760B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7760B is #4889F4. Grayscale: #7D7D7D. Windows color (decimal): -4753909 or 751287. OLE color: 751287.

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

Color convert

RGB 183 118 11 -
CMYK 0 0.36 0.94 0.28
HSL 37.33º 0.89% 0.38% -
HSV(B) 37.33º 0.94% 0.72% -
XYZ 26.07 23.05 3.39 -
YUV 125.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 183 118 11 0 0.36 0.94 0.28 37.33 0.89 0.38
Hex B7 76 B 0 24 5E 1C 25 59 26
Octal 267 166 13 0 44 136 34 45 131 46
Binary 10110111 1110110 1011 0 100100 1011110 11100 100101 1011001 100110

Color Harmonies of #B7760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7760B

Black with #B7760B

Text Example


Text Example

White with #B7760B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7760B; }

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

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

background-color css

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

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

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

border-color css

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

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

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