Html Css Color HEX #B37510 Dark Goldenrod

📋 copy color: '#B37510'

red 179 ◦ green 117 ◦ blue 16

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

Shades of Dark Goldenrod #B37510

Tints of Dark Goldenrod #B37510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.5%

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

R = 57.37%
G = 37.5%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B37510 (or 0xB37510) is known color: Dark Goldenrod. HEX triplet: B3, 75 and 10. RGB value is (179,117,16). Sum of RGB (Red+Green+Blue) = 179+117+16=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B37510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37510 is #4C8AEF. Grayscale: #7C7C7C. Windows color (decimal): -5016304 or 1078707. OLE color: 1078707.

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

Color convert

RGB 179 117 16 -
CMYK 0 0.35 0.91 0.30
HSL 37.18º 0.84% 0.38% -
HSV(B) 37.18º 0.91% 0.7% -
XYZ 25.05 22.34 3.48 -
YUV 124.02 67.04 167.21 -
System Red Green Blue C M Y K H S L
Decimal 179 117 16 0 0.35 0.91 0.30 37.18 0.84 0.38
Hex B3 75 10 0 23 5B 1E 25 54 26
Octal 263 165 20 0 43 133 36 45 124 46
Binary 10110011 1110101 10000 0 100011 1011011 11110 100101 1010100 100110

Color Harmonies of #B37510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37510

Black with #B37510

Text Example


Text Example

White with #B37510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37510; }

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

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

background-color css

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

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

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

border-color css

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

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

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