Html Css Color HEX #B37714 Dark Goldenrod

📋 copy color: '#B37714'

red 179 ◦ green 119 ◦ blue 20

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

Shades of Dark Goldenrod #B37714

Tints of Dark Goldenrod #B37714

RGB

 RED value IS 179 (70.31% from 255) = 56.29%

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

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

R = 56.29%
G = 37.42%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B37714 (or 0xB37714) is known color: Dark Goldenrod. HEX triplet: B3, 77 and 14. RGB value is (179,119,20). Sum of RGB (Red+Green+Blue) = 179+119+20=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B37714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37714 is #4C88EB. Grayscale: #7E7E7E. Windows color (decimal): -5015788 or 1341363. OLE color: 1341363.

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

Color convert

RGB 179 119 20 -
CMYK 0 0.34 0.89 0.30
HSL 37.36º 0.8% 0.39% -
HSV(B) 37.36º 0.89% 0.7% -
XYZ 25.31 22.83 3.73 -
YUV 125.65 68.38 166.05 -
System Red Green Blue C M Y K H S L
Decimal 179 119 20 0 0.34 0.89 0.30 37.36 0.8 0.39
Hex B3 77 14 0 22 59 1E 25 50 27
Octal 263 167 24 0 42 131 36 45 120 47
Binary 10110011 1110111 10100 0 100010 1011001 11110 100101 1010000 100111

Color Harmonies of #B37714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37714

Black with #B37714

Text Example


Text Example

White with #B37714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37714; }

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

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

background-color css

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

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

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

border-color css

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

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

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