Html Css Color HEX #B47207 Dark Goldenrod

📋 copy color: '#B47207'

red 180 ◦ green 114 ◦ blue 7

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

Shades of Dark Goldenrod #B47207

Tints of Dark Goldenrod #B47207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 59.8%
G = 37.87%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B47207 (or 0xB47207) is known color: Dark Goldenrod. HEX triplet: B4, 72 and 07. RGB value is (180,114,7). Sum of RGB (Red+Green+Blue) = 180+114+7=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B47207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47207 is #4B8DF8. Grayscale: #7A7A7A. Windows color (decimal): -4951545 or 488116. OLE color: 488116.

HSL color Cylindrical-coordinate representation of color #B47207: hue angle of 37.11º 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 #B47207 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 114 7 -
CMYK 0 0.37 0.96 0.29
HSL 37.11º 0.93% 0.37% -
HSV(B) 37.11º 0.96% 0.71% -
XYZ 24.88 21.75 3.09 -
YUV 121.54 63.37 169.7 -
System Red Green Blue C M Y K H S L
Decimal 180 114 7 0 0.37 0.96 0.29 37.11 0.93 0.37
Hex B4 72 7 0 25 60 1D 25 5D 25
Octal 264 162 7 0 45 140 35 45 135 45
Binary 10110100 1110010 111 0 100101 1100000 11101 100101 1011101 100101

Color Harmonies of #B47207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47207

Black with #B47207

Text Example


Text Example

White with #B47207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47207; }

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

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

background-color css

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

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

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

border-color css

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

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

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