Html Css Color HEX #B47607 Dark Goldenrod

📋 copy color: '#B47607'

red 180 ◦ green 118 ◦ blue 7

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

Shades of Dark Goldenrod #B47607

Tints of Dark Goldenrod #B47607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.3%

R = 59.02%
G = 38.69%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B47607 (or 0xB47607) is known color: Dark Goldenrod. HEX triplet: B4, 76 and 07. RGB value is (180,118,7). Sum of RGB (Red+Green+Blue) = 180+118+7=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B47607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47607 is #4B89F8. Grayscale: #7C7C7C. Windows color (decimal): -4950521 or 489140. OLE color: 489140.

HSL color Cylindrical-coordinate representation of color #B47607: hue angle of 38.5º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B47607 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 118 7 -
CMYK 0 0.34 0.96 0.29
HSL 38.5º 0.93% 0.37% -
HSV(B) 38.5º 0.96% 0.71% -
XYZ 25.34 22.68 3.24 -
YUV 123.88 62.04 168.03 -
System Red Green Blue C M Y K H S L
Decimal 180 118 7 0 0.34 0.96 0.29 38.5 0.93 0.37
Hex B4 76 7 0 22 60 1D 26 5D 25
Octal 264 166 7 0 42 140 35 46 135 45
Binary 10110100 1110110 111 0 100010 1100000 11101 100110 1011101 100101

Color Harmonies of #B47607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47607

Black with #B47607

Text Example


Text Example

White with #B47607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47607; }

 p { color: rgb(180,118,7); }

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

background-color css

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

 a { background-color: rgb(180,118,7); }

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

border-color css

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

 span { border-color: rgb(180,118,7); }

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