Html Css Color HEX #B37610 Dark Goldenrod

📋 copy color: '#B37610'

red 179 ◦ green 118 ◦ blue 16

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

Shades of Dark Goldenrod #B37610

Tints of Dark Goldenrod #B37610

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

 BLUE value IS 16 (6.64% from 255) = 5.11%

R = 57.19%
G = 37.7%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B37610 (or 0xB37610) is known color: Dark Goldenrod. HEX triplet: B3, 76 and 10. RGB value is (179,118,16). Sum of RGB (Red+Green+Blue) = 179+118+16=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B37610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37610 is #4C89EF. Grayscale: #7D7D7D. Windows color (decimal): -5016048 or 1078963. OLE color: 1078963.

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

Color convert

RGB 179 118 16 -
CMYK 0 0.34 0.91 0.30
HSL 37.55º 0.84% 0.38% -
HSV(B) 37.55º 0.91% 0.7% -
XYZ 25.16 22.58 3.52 -
YUV 124.61 66.71 166.79 -
System Red Green Blue C M Y K H S L
Decimal 179 118 16 0 0.34 0.91 0.30 37.55 0.84 0.38
Hex B3 76 10 0 22 5B 1E 26 54 26
Octal 263 166 20 0 42 133 36 46 124 46
Binary 10110011 1110110 10000 0 100010 1011011 11110 100110 1010100 100110

Color Harmonies of #B37610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37610

Black with #B37610

Text Example


Text Example

White with #B37610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37610; }

 p { color: rgb(179,118,16); }

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

background-color css

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

 a { background-color: rgb(179,118,16); }

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

border-color css

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

 span { border-color: rgb(179,118,16); }

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