Html Css Color HEX #B77110 Dark Goldenrod

📋 copy color: '#B77110'

red 183 ◦ green 113 ◦ blue 16

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

Shades of Dark Goldenrod #B77110

Tints of Dark Goldenrod #B77110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 58.65%
G = 36.22%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B77110 (or 0xB77110) is known color: Dark Goldenrod. HEX triplet: B7, 71 and 10. RGB value is (183,113,16). Sum of RGB (Red+Green+Blue) = 183+113+16=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B77110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77110 is #488EEF. Grayscale: #7B7B7B. Windows color (decimal): -4755184 or 1077687. OLE color: 1077687.

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

Color convert

RGB 183 113 16 -
CMYK 0 0.38 0.91 0.28
HSL 34.85º 0.84% 0.39% -
HSV(B) 34.85º 0.91% 0.72% -
XYZ 25.53 21.91 3.37 -
YUV 122.87 67.69 170.89 -
System Red Green Blue C M Y K H S L
Decimal 183 113 16 0 0.38 0.91 0.28 34.85 0.84 0.39
Hex B7 71 10 0 26 5B 1C 23 54 27
Octal 267 161 20 0 46 133 34 43 124 47
Binary 10110111 1110001 10000 0 100110 1011011 11100 100011 1010100 100111

Color Harmonies of #B77110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77110

Black with #B77110

Text Example


Text Example

White with #B77110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77110; }

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

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

background-color css

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

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

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

border-color css

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

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

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