Html Css Color HEX #B19700 Dark Goldenrod

📋 copy color: '#B19700'

red 177 ◦ green 151 ◦ blue 0

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

Shades of Dark Goldenrod #B19700

Tints of Dark Goldenrod #B19700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.04%

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

R = 53.96%
G = 46.04%
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

#B19700 (or 0xB19700) is known color: Dark Goldenrod. HEX triplet: B1, 97 and 00. RGB value is (177,151,0). Sum of RGB (Red+Green+Blue) = 177+151+0=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B19700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19700 is #4E68FF. Grayscale: #8E8E8E. Windows color (decimal): -5138688 or 38833. OLE color: 38833.

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

Color convert

RGB 177 151 0 -
CMYK 0 0.15 1 0.31
HSL 51.19º 1% 0.35% -
HSV(B) 51.19º 1% 0.69% -
XYZ 29.2 31.48 4.54 -
YUV 141.56 48.11 153.28 -
System Red Green Blue C M Y K H S L
Decimal 177 151 0 0 0.15 1 0.31 51.19 1 0.35
Hex B1 97 0 0 F 64 1F 33 64 23
Octal 261 227 0 0 17 144 37 63 144 43
Binary 10110001 10010111 0 0 1111 1100100 11111 110011 1100100 100011

Color Harmonies of #B19700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19700

Black with #B19700

Text Example


Text Example

White with #B19700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19700; }

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

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

background-color css

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

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

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

border-color css

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

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

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