Html Css Color HEX #B18519 Dark Goldenrod

📋 copy color: '#B18519'

red 177 ◦ green 133 ◦ blue 25

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

Shades of Dark Goldenrod #B18519

Tints of Dark Goldenrod #B18519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.7%

 BLUE value IS 25 (10.16% from 255) = 7.46%

R = 52.84%
G = 39.7%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B18519 (or 0xB18519) is known color: Dark Goldenrod. HEX triplet: B1, 85 and 19. RGB value is (177,133,25). Sum of RGB (Red+Green+Blue) = 177+133+25=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B18519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18519 is #4E7AE6. Grayscale: #868686. Windows color (decimal): -5143271 or 1672625. OLE color: 1672625.

HSL color Cylindrical-coordinate representation of color #B18519: hue angle of 42.63º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B18519 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 133 25 -
CMYK 0 0.25 0.86 0.31
HSL 42.63º 0.75% 0.4% -
HSV(B) 42.63º 0.86% 0.69% -
XYZ 26.69 26.19 4.57 -
YUV 133.84 66.58 158.78 -
System Red Green Blue C M Y K H S L
Decimal 177 133 25 0 0.25 0.86 0.31 42.63 0.75 0.4
Hex B1 85 19 0 19 56 1F 2B 4B 28
Octal 261 205 31 0 31 126 37 53 113 50
Binary 10110001 10000101 11001 0 11001 1010110 11111 101011 1001011 101000

Color Harmonies of #B18519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18519

Black with #B18519

Text Example


Text Example

White with #B18519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18519; }

 p { color: rgb(177,133,25); }

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

background-color css

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

 a { background-color: rgb(177,133,25); }

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

border-color css

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

 span { border-color: rgb(177,133,25); }

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