Html Css Color HEX #B47510 Dark Goldenrod

📋 copy color: '#B47510'

red 180 ◦ green 117 ◦ blue 16

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

Shades of Dark Goldenrod #B47510

Tints of Dark Goldenrod #B47510

RGB

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

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

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

R = 57.51%
G = 37.38%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B47510 (or 0xB47510) is known color: Dark Goldenrod. HEX triplet: B4, 75 and 10. RGB value is (180,117,16). Sum of RGB (Red+Green+Blue) = 180+117+16=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B47510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47510 is #4B8AEF. Grayscale: #7C7C7C. Windows color (decimal): -4950768 or 1078708. OLE color: 1078708.

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

Color convert

RGB 180 117 16 -
CMYK 0 0.35 0.91 0.29
HSL 36.95º 0.84% 0.38% -
HSV(B) 36.95º 0.91% 0.71% -
XYZ 25.28 22.46 3.49 -
YUV 124.32 66.87 167.71 -
System Red Green Blue C M Y K H S L
Decimal 180 117 16 0 0.35 0.91 0.29 36.95 0.84 0.38
Hex B4 75 10 0 23 5B 1D 25 54 26
Octal 264 165 20 0 43 133 35 45 124 46
Binary 10110100 1110101 10000 0 100011 1011011 11101 100101 1010100 100110

Color Harmonies of #B47510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47510

Black with #B47510

Text Example


Text Example

White with #B47510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47510; }

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

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

background-color css

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

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

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

border-color css

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

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

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