Html Css Color HEX #B39600 Dark Goldenrod

📋 copy color: '#B39600'

red 179 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #B39600

Tints of Dark Goldenrod #B39600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.59%

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

R = 54.41%
G = 45.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B39600 (or 0xB39600) is known color: Dark Goldenrod. HEX triplet: B3, 96 and 00. RGB value is (179,150,0). Sum of RGB (Red+Green+Blue) = 179+150+0=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B39600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39600 is #4C69FF. Grayscale: #8E8E8E. Windows color (decimal): -5007872 or 38579. OLE color: 38579.

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

Color convert

RGB 179 150 0 -
CMYK 0 0.16 1 0.30
HSL 50.28º 1% 0.35% -
HSV(B) 50.28º 1% 0.7% -
XYZ 29.5 31.4 4.51 -
YUV 141.57 48.11 154.7 -
System Red Green Blue C M Y K H S L
Decimal 179 150 0 0 0.16 1 0.30 50.28 1 0.35
Hex B3 96 0 0 10 64 1E 32 64 23
Octal 263 226 0 0 20 144 36 62 144 43
Binary 10110011 10010110 0 0 10000 1100100 11110 110010 1100100 100011

Color Harmonies of #B39600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39600

Black with #B39600

Text Example


Text Example

White with #B39600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39600; }

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

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

background-color css

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

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

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

border-color css

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

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

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