Html Css Color HEX #B39400 Dark Goldenrod

📋 copy color: '#B39400'

red 179 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #B39400

Tints of Dark Goldenrod #B39400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

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

R = 54.74%
G = 45.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B39400 (or 0xB39400) is known color: Dark Goldenrod. HEX triplet: B3, 94 and 00. RGB value is (179,148,0). Sum of RGB (Red+Green+Blue) = 179+148+0=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B39400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39400 is #4C6BFF. Grayscale: #8D8D8D. Windows color (decimal): -5008384 or 38067. OLE color: 38067.

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

Color convert

RGB 179 148 0 -
CMYK 0 0.17 1 0.30
HSL 49.61º 1% 0.35% -
HSV(B) 49.61º 1% 0.7% -
XYZ 29.18 30.76 4.4 -
YUV 140.4 48.77 155.53 -
System Red Green Blue C M Y K H S L
Decimal 179 148 0 0 0.17 1 0.30 49.61 1 0.35
Hex B3 94 0 0 11 64 1E 32 64 23
Octal 263 224 0 0 21 144 36 62 144 43
Binary 10110011 10010100 0 0 10001 1100100 11110 110010 1100100 100011

Color Harmonies of #B39400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39400

Black with #B39400

Text Example


Text Example

White with #B39400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39400; }

 p { color: rgb(179,148,0); }

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

background-color css

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

 a { background-color: rgb(179,148,0); }

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

border-color css

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

 span { border-color: rgb(179,148,0); }

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