Html Css Color HEX #B47700 Dark Goldenrod

📋 copy color: '#B47700'

red 180 ◦ green 119 ◦ blue 0

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

Shades of Dark Goldenrod #B47700

Tints of Dark Goldenrod #B47700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.8%

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

R = 60.2%
G = 39.8%
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

#B47700 (or 0xB47700) is known color: Dark Goldenrod. HEX triplet: B4, 77 and 00. RGB value is (180,119,0). Sum of RGB (Red+Green+Blue) = 180+119+0=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B47700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47700 is #4B88FF. Grayscale: #7C7C7C. Windows color (decimal): -4950272 or 30644. OLE color: 30644.

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

Color convert

RGB 180 119 0 -
CMYK 0 0.34 1 0.29
HSL 39.67º 1% 0.35% -
HSV(B) 39.67º 1% 0.71% -
XYZ 25.42 22.9 3.08 -
YUV 123.67 58.21 168.18 -
System Red Green Blue C M Y K H S L
Decimal 180 119 0 0 0.34 1 0.29 39.67 1 0.35
Hex B4 77 0 0 22 64 1D 28 64 23
Octal 264 167 0 0 42 144 35 50 144 43
Binary 10110100 1110111 0 0 100010 1100100 11101 101000 1100100 100011

Color Harmonies of #B47700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47700

Black with #B47700

Text Example


Text Example

White with #B47700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47700; }

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

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

background-color css

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

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

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

border-color css

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

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

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