Html Css Color HEX #B47404 Dark Goldenrod

📋 copy color: '#B47404'

red 180 ◦ green 116 ◦ blue 4

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

Shades of Dark Goldenrod #B47404

Tints of Dark Goldenrod #B47404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 60%
G = 38.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B47404 (or 0xB47404) is known color: Dark Goldenrod. HEX triplet: B4, 74 and 04. RGB value is (180,116,4). Sum of RGB (Red+Green+Blue) = 180+116+4=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B47404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47404 is #4B8BFB. Grayscale: #7A7A7A. Windows color (decimal): -4951036 or 292020. OLE color: 292020.

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

Color convert

RGB 180 116 4 -
CMYK 0 0.36 0.98 0.29
HSL 38.18º 0.96% 0.36% -
HSV(B) 38.18º 0.98% 0.71% -
XYZ 25.09 22.2 3.08 -
YUV 122.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 180 116 4 0 0.36 0.98 0.29 38.18 0.96 0.36
Hex B4 74 4 0 24 62 1D 26 60 24
Octal 264 164 4 0 44 142 35 46 140 44
Binary 10110100 1110100 100 0 100100 1100010 11101 100110 1100000 100100

Color Harmonies of #B47404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47404

Black with #B47404

Text Example


Text Example

White with #B47404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47404; }

 p { color: rgb(180,116,4); }

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

background-color css

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

 a { background-color: rgb(180,116,4); }

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

border-color css

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

 span { border-color: rgb(180,116,4); }

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