Html Css Color HEX #B19600 Dark Goldenrod

📋 copy color: '#B19600'

red 177 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #B19600

Tints of Dark Goldenrod #B19600

RGB

 RED value IS 177 (69.53% from 255) = 54.13%

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

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

R = 54.13%
G = 45.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B19600 (or 0xB19600) is known color: Dark Goldenrod. HEX triplet: B1, 96 and 00. RGB value is (177,150,0). Sum of RGB (Red+Green+Blue) = 177+150+0=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B19600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19600 is #4E69FF. Grayscale: #8D8D8D. Windows color (decimal): -5138944 or 38577. OLE color: 38577.

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

Color convert

RGB 177 150 0 -
CMYK 0 0.15 1 0.31
HSL 50.85º 1% 0.35% -
HSV(B) 50.85º 1% 0.69% -
XYZ 29.04 31.16 4.48 -
YUV 140.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 177 150 0 0 0.15 1 0.31 50.85 1 0.35
Hex B1 96 0 0 F 64 1F 33 64 23
Octal 261 226 0 0 17 144 37 63 144 43
Binary 10110001 10010110 0 0 1111 1100100 11111 110011 1100100 100011

Color Harmonies of #B19600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19600

Black with #B19600

Text Example


Text Example

White with #B19600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19600; }

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

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

background-color css

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

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

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

border-color css

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

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

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