Html Css Color HEX #B47900 Dark Goldenrod

📋 copy color: '#B47900'

red 180 ◦ green 121 ◦ blue 0

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

Shades of Dark Goldenrod #B47900

Tints of Dark Goldenrod #B47900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.2%

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

R = 59.8%
G = 40.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B47900 (or 0xB47900) is known color: Dark Goldenrod. HEX triplet: B4, 79 and 00. RGB value is (180,121,0). Sum of RGB (Red+Green+Blue) = 180+121+0=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B47900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47900 is #4B86FF. Grayscale: #7D7D7D. Windows color (decimal): -4949760 or 31156. OLE color: 31156.

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

Color convert

RGB 180 121 0 -
CMYK 0 0.33 1 0.29
HSL 40.33º 1% 0.35% -
HSV(B) 40.33º 1% 0.71% -
XYZ 25.66 23.38 3.16 -
YUV 124.85 57.55 167.34 -
System Red Green Blue C M Y K H S L
Decimal 180 121 0 0 0.33 1 0.29 40.33 1 0.35
Hex B4 79 0 0 21 64 1D 28 64 23
Octal 264 171 0 0 41 144 35 50 144 43
Binary 10110100 1111001 0 0 100001 1100100 11101 101000 1100100 100011

Color Harmonies of #B47900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47900

Black with #B47900

Text Example


Text Example

White with #B47900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47900; }

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

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

background-color css

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

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

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

border-color css

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

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

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