Html Css Color HEX #B37314 Dark Goldenrod

📋 copy color: '#B37314'

red 179 ◦ green 115 ◦ blue 20

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

Shades of Dark Goldenrod #B37314

Tints of Dark Goldenrod #B37314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

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

R = 57.01%
G = 36.62%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B37314 (or 0xB37314) is known color: Dark Goldenrod. HEX triplet: B3, 73 and 14. RGB value is (179,115,20). Sum of RGB (Red+Green+Blue) = 179+115+20=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B37314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37314 is #4C8CEB. Grayscale: #7B7B7B. Windows color (decimal): -5016812 or 1340339. OLE color: 1340339.

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

Color convert

RGB 179 115 20 -
CMYK 0 0.36 0.89 0.30
HSL 35.85º 0.8% 0.39% -
HSV(B) 35.85º 0.89% 0.7% -
XYZ 24.85 21.9 3.58 -
YUV 123.31 69.7 167.72 -
System Red Green Blue C M Y K H S L
Decimal 179 115 20 0 0.36 0.89 0.30 35.85 0.8 0.39
Hex B3 73 14 0 24 59 1E 24 50 27
Octal 263 163 24 0 44 131 36 44 120 47
Binary 10110011 1110011 10100 0 100100 1011001 11110 100100 1010000 100111

Color Harmonies of #B37314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37314

Black with #B37314

Text Example


Text Example

White with #B37314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37314; }

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

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

background-color css

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

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

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

border-color css

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

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

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