Html Css Color HEX #B79014 Dark Goldenrod

📋 copy color: '#B79014'

red 183 ◦ green 144 ◦ blue 20

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

Shades of Dark Goldenrod #B79014

Tints of Dark Goldenrod #B79014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

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

R = 52.74%
G = 41.5%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B79014 (or 0xB79014) is known color: Dark Goldenrod. HEX triplet: B7, 90 and 14. RGB value is (183,144,20). Sum of RGB (Red+Green+Blue) = 183+144+20=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B79014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79014 is #486FEB. Grayscale: #8E8E8E. Windows color (decimal): -4747244 or 1347767. OLE color: 1347767.

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

Color convert

RGB 183 144 20 -
CMYK 0 0.21 0.89 0.28
HSL 45.64º 0.8% 0.4% -
HSV(B) 45.64º 0.89% 0.72% -
XYZ 29.63 30.06 4.9 -
YUV 141.53 59.42 157.58 -
System Red Green Blue C M Y K H S L
Decimal 183 144 20 0 0.21 0.89 0.28 45.64 0.8 0.4
Hex B7 90 14 0 15 59 1C 2E 50 28
Octal 267 220 24 0 25 131 34 56 120 50
Binary 10110111 10010000 10100 0 10101 1011001 11100 101110 1010000 101000

Color Harmonies of #B79014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79014

Black with #B79014

Text Example


Text Example

White with #B79014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79014; }

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

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

background-color css

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

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

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

border-color css

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

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

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