Html Css Color HEX #B47714 Dark Goldenrod

📋 copy color: '#B47714'

red 180 ◦ green 119 ◦ blue 20

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

Shades of Dark Goldenrod #B47714

Tints of Dark Goldenrod #B47714

RGB

 RED value IS 180 (70.7% from 255) = 56.43%

 GREEN value IS 119 (46.88% from 255) = 37.3%

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

R = 56.43%
G = 37.3%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B47714 (or 0xB47714) is known color: Dark Goldenrod. HEX triplet: B4, 77 and 14. RGB value is (180,119,20). Sum of RGB (Red+Green+Blue) = 180+119+20=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B47714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47714 is #4B88EB. Grayscale: #7E7E7E. Windows color (decimal): -4950252 or 1341364. OLE color: 1341364.

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

Color convert

RGB 180 119 20 -
CMYK 0 0.34 0.89 0.29
HSL 37.13º 0.8% 0.39% -
HSV(B) 37.13º 0.89% 0.71% -
XYZ 25.55 22.95 3.74 -
YUV 125.95 68.21 166.55 -
System Red Green Blue C M Y K H S L
Decimal 180 119 20 0 0.34 0.89 0.29 37.13 0.8 0.39
Hex B4 77 14 0 22 59 1D 25 50 27
Octal 264 167 24 0 42 131 35 45 120 47
Binary 10110100 1110111 10100 0 100010 1011001 11101 100101 1010000 100111

Color Harmonies of #B47714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47714

Black with #B47714

Text Example


Text Example

White with #B47714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47714; }

 p { color: rgb(180,119,20); }

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

background-color css

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

 a { background-color: rgb(180,119,20); }

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

border-color css

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

 span { border-color: rgb(180,119,20); }

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