Html Css Color HEX #B37304 Dark Goldenrod

📋 copy color: '#B37304'

red 179 ◦ green 115 ◦ blue 4

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

Shades of Dark Goldenrod #B37304

Tints of Dark Goldenrod #B37304

RGB

 RED value IS 179 (70.31% from 255) = 60.07%

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

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

R = 60.07%
G = 38.59%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B37304 (or 0xB37304) is known color: Dark Goldenrod. HEX triplet: B3, 73 and 04. RGB value is (179,115,4). Sum of RGB (Red+Green+Blue) = 179+115+4=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B37304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37304 is #4C8CFB. Grayscale: #797979. Windows color (decimal): -5016828 or 291763. OLE color: 291763.

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

Color convert

RGB 179 115 4 -
CMYK 0 0.36 0.98 0.30
HSL 38.06º 0.96% 0.36% -
HSV(B) 38.06º 0.98% 0.7% -
XYZ 24.74 21.85 3.03 -
YUV 121.48 61.7 169.03 -
System Red Green Blue C M Y K H S L
Decimal 179 115 4 0 0.36 0.98 0.30 38.06 0.96 0.36
Hex B3 73 4 0 24 62 1E 26 60 24
Octal 263 163 4 0 44 142 36 46 140 44
Binary 10110011 1110011 100 0 100100 1100010 11110 100110 1100000 100100

Color Harmonies of #B37304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37304

Black with #B37304

Text Example


Text Example

White with #B37304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37304; }

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

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

background-color css

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

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

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

border-color css

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

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

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