Html Css Color HEX #B39304 Dark Goldenrod

📋 copy color: '#B39304'

red 179 ◦ green 147 ◦ blue 4

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

Shades of Dark Goldenrod #B39304

Tints of Dark Goldenrod #B39304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.55%

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

R = 54.24%
G = 44.55%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B39304 (or 0xB39304) is known color: Dark Goldenrod. HEX triplet: B3, 93 and 04. RGB value is (179,147,4). Sum of RGB (Red+Green+Blue) = 179+147+4=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B39304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39304 is #4C6CFB. Grayscale: #8C8C8C. Windows color (decimal): -5008636 or 299955. OLE color: 299955.

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

Color convert

RGB 179 147 4 -
CMYK 0 0.18 0.98 0.30
HSL 49.03º 0.96% 0.36% -
HSV(B) 49.03º 0.98% 0.7% -
XYZ 29.05 30.46 4.46 -
YUV 140.27 51.1 155.63 -
System Red Green Blue C M Y K H S L
Decimal 179 147 4 0 0.18 0.98 0.30 49.03 0.96 0.36
Hex B3 93 4 0 12 62 1E 31 60 24
Octal 263 223 4 0 22 142 36 61 140 44
Binary 10110011 10010011 100 0 10010 1100010 11110 110001 1100000 100100

Color Harmonies of #B39304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39304

Black with #B39304

Text Example


Text Example

White with #B39304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39304; }

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

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

background-color css

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

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

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

border-color css

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

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

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