Html Css Color HEX #B7710B Dark Goldenrod

📋 copy color: '#B7710B'

red 183 ◦ green 113 ◦ blue 11

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

Shades of Dark Goldenrod #B7710B

Tints of Dark Goldenrod #B7710B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

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

R = 59.61%
G = 36.81%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7710B (or 0xB7710B) is known color: Dark Goldenrod. HEX triplet: B7, 71 and 0B. RGB value is (183,113,11). Sum of RGB (Red+Green+Blue) = 183+113+11=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B7710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7710B is #488EF4. Grayscale: #7A7A7A. Windows color (decimal): -4755189 or 750007. OLE color: 750007.

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

Color convert

RGB 183 113 11 -
CMYK 0 0.38 0.94 0.28
HSL 35.58º 0.89% 0.38% -
HSV(B) 35.58º 0.94% 0.72% -
XYZ 25.49 21.9 3.2 -
YUV 122.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 183 113 11 0 0.38 0.94 0.28 35.58 0.89 0.38
Hex B7 71 B 0 26 5E 1C 24 59 26
Octal 267 161 13 0 46 136 34 44 131 46
Binary 10110111 1110001 1011 0 100110 1011110 11100 100100 1011001 100110

Color Harmonies of #B7710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7710B

Black with #B7710B

Text Example


Text Example

White with #B7710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7710B; }

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

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

background-color css

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

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

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

border-color css

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

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

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