Html Css Color HEX #B47304 Dark Goldenrod

📋 copy color: '#B47304'

red 180 ◦ green 115 ◦ blue 4

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

Shades of Dark Goldenrod #B47304

Tints of Dark Goldenrod #B47304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

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

R = 60.2%
G = 38.46%
B = 1.34%

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

#B47304 (or 0xB47304) is known color: Dark Goldenrod. HEX triplet: B4, 73 and 04. RGB value is (180,115,4). Sum of RGB (Red+Green+Blue) = 180+115+4=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B47304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47304 is #4B8CFB. Grayscale: #7A7A7A. Windows color (decimal): -4951292 or 291764. OLE color: 291764.

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

Color convert

RGB 180 115 4 -
CMYK 0 0.36 0.98 0.29
HSL 37.84º 0.96% 0.36% -
HSV(B) 37.84º 0.98% 0.71% -
XYZ 24.98 21.97 3.04 -
YUV 121.78 61.53 169.53 -
System Red Green Blue C M Y K H S L
Decimal 180 115 4 0 0.36 0.98 0.29 37.84 0.96 0.36
Hex B4 73 4 0 24 62 1D 26 60 24
Octal 264 163 4 0 44 142 35 46 140 44
Binary 10110100 1110011 100 0 100100 1100010 11101 100110 1100000 100100

Color Harmonies of #B47304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47304

Black with #B47304

Text Example


Text Example

White with #B47304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47304; }

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

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

background-color css

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

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

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

border-color css

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

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

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