Html Css Color HEX #B77814 Dark Goldenrod

📋 copy color: '#B77814'

red 183 ◦ green 120 ◦ blue 20

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

Shades of Dark Goldenrod #B77814

Tints of Dark Goldenrod #B77814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.19%

R = 56.66%
G = 37.15%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B77814 (or 0xB77814) is known color: Dark Goldenrod. HEX triplet: B7, 78 and 14. RGB value is (183,120,20). Sum of RGB (Red+Green+Blue) = 183+120+20=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B77814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77814 is #4887EB. Grayscale: #7F7F7F. Windows color (decimal): -4753388 or 1341623. OLE color: 1341623.

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

Color convert

RGB 183 120 20 -
CMYK 0 0.34 0.89 0.28
HSL 36.81º 0.8% 0.4% -
HSV(B) 36.81º 0.89% 0.72% -
XYZ 26.37 23.55 3.82 -
YUV 127.44 67.37 167.63 -
System Red Green Blue C M Y K H S L
Decimal 183 120 20 0 0.34 0.89 0.28 36.81 0.8 0.4
Hex B7 78 14 0 22 59 1C 25 50 28
Octal 267 170 24 0 42 131 34 45 120 50
Binary 10110111 1111000 10100 0 100010 1011001 11100 100101 1010000 101000

Color Harmonies of #B77814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77814

Black with #B77814

Text Example


Text Example

White with #B77814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77814; }

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

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

background-color css

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

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

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

border-color css

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

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

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