Html Css Color HEX #B47600 Dark Goldenrod

📋 copy color: '#B47600'

red 180 ◦ green 118 ◦ blue 0

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

Shades of Dark Goldenrod #B47600

Tints of Dark Goldenrod #B47600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.4%
G = 39.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B47600 (or 0xB47600) is known color: Dark Goldenrod. HEX triplet: B4, 76 and 00. RGB value is (180,118,0). Sum of RGB (Red+Green+Blue) = 180+118+0=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B47600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47600 is #4B89FF. Grayscale: #7B7B7B. Windows color (decimal): -4950528 or 30388. OLE color: 30388.

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

Color convert

RGB 180 118 0 -
CMYK 0 0.34 1 0.29
HSL 39.33º 1% 0.35% -
HSV(B) 39.33º 1% 0.71% -
XYZ 25.3 22.66 3.04 -
YUV 123.09 58.54 168.59 -
System Red Green Blue C M Y K H S L
Decimal 180 118 0 0 0.34 1 0.29 39.33 1 0.35
Hex B4 76 0 0 22 64 1D 27 64 23
Octal 264 166 0 0 42 144 35 47 144 43
Binary 10110100 1110110 0 0 100010 1100100 11101 100111 1100100 100011

Color Harmonies of #B47600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47600

Black with #B47600

Text Example


Text Example

White with #B47600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47600; }

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

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

background-color css

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

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

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

border-color css

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

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

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