Html Css Color HEX #B19011 Dark Goldenrod

📋 copy color: '#B19011'

red 177 ◦ green 144 ◦ blue 17

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

Shades of Dark Goldenrod #B19011

Tints of Dark Goldenrod #B19011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 52.37%
G = 42.6%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B19011 (or 0xB19011) is known color: Dark Goldenrod. HEX triplet: B1, 90 and 11. RGB value is (177,144,17). Sum of RGB (Red+Green+Blue) = 177+144+17=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B19011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19011 is #4E6FEE. Grayscale: #8B8B8B. Windows color (decimal): -5140463 or 1151153. OLE color: 1151153.

HSL color Cylindrical-coordinate representation of color #B19011: hue angle of 47.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B19011 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 144 17 -
CMYK 0 0.19 0.90 0.31
HSL 47.63º 0.82% 0.38% -
HSV(B) 47.63º 0.9% 0.69% -
XYZ 28.21 29.33 4.71 -
YUV 139.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 177 144 17 0 0.19 0.90 0.31 47.63 0.82 0.38
Hex B1 90 11 0 13 5A 1F 30 52 26
Octal 261 220 21 0 23 132 37 60 122 46
Binary 10110001 10010000 10001 0 10011 1011010 11111 110000 1010010 100110

Color Harmonies of #B19011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19011

Black with #B19011

Text Example


Text Example

White with #B19011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19011; }

 p { color: rgb(177,144,17); }

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

background-color css

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

 a { background-color: rgb(177,144,17); }

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

border-color css

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

 span { border-color: rgb(177,144,17); }

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