Html Css Color HEX #B19100 Dark Goldenrod

📋 copy color: '#B19100'

red 177 ◦ green 145 ◦ blue 0

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

Shades of Dark Goldenrod #B19100

Tints of Dark Goldenrod #B19100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.03%

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

R = 54.97%
G = 45.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B19100 (or 0xB19100) is known color: Dark Goldenrod. HEX triplet: B1, 91 and 00. RGB value is (177,145,0). Sum of RGB (Red+Green+Blue) = 177+145+0=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B19100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19100 is #4E6EFF. Grayscale: #8A8A8A. Windows color (decimal): -5140224 or 37297. OLE color: 37297.

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

Color convert

RGB 177 145 0 -
CMYK 0 0.18 1 0.31
HSL 49.15º 1% 0.35% -
HSV(B) 49.15º 1% 0.69% -
XYZ 28.26 29.6 4.22 -
YUV 138.04 50.1 155.79 -
System Red Green Blue C M Y K H S L
Decimal 177 145 0 0 0.18 1 0.31 49.15 1 0.35
Hex B1 91 0 0 12 64 1F 31 64 23
Octal 261 221 0 0 22 144 37 61 144 43
Binary 10110001 10010001 0 0 10010 1100100 11111 110001 1100100 100011

Color Harmonies of #B19100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19100

Black with #B19100

Text Example


Text Example

White with #B19100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19100; }

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

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

background-color css

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

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

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

border-color css

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

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

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