Html Css Color HEX #B19013 Dark Goldenrod

📋 copy color: '#B19013'

red 177 ◦ green 144 ◦ blue 19

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

Shades of Dark Goldenrod #B19013

Tints of Dark Goldenrod #B19013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.59%

R = 52.06%
G = 42.35%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B19013 (or 0xB19013) is known color: Dark Goldenrod. HEX triplet: B1, 90 and 13. RGB value is (177,144,19). Sum of RGB (Red+Green+Blue) = 177+144+19=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B19013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19013 is #4E6FEC. Grayscale: #8C8C8C. Windows color (decimal): -5140461 or 1282225. OLE color: 1282225.

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

Color convert

RGB 177 144 19 -
CMYK 0 0.19 0.89 0.31
HSL 47.47º 0.81% 0.38% -
HSV(B) 47.47º 0.89% 0.69% -
XYZ 28.22 29.34 4.79 -
YUV 139.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 177 144 19 0 0.19 0.89 0.31 47.47 0.81 0.38
Hex B1 90 13 0 13 59 1F 2F 51 26
Octal 261 220 23 0 23 131 37 57 121 46
Binary 10110001 10010000 10011 0 10011 1011001 11111 101111 1010001 100110

Color Harmonies of #B19013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19013

Black with #B19013

Text Example


Text Example

White with #B19013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19013; }

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

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

background-color css

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

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

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

border-color css

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

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

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