Html Css Color HEX #B18019 Dark Goldenrod

📋 copy color: '#B18019'

red 177 ◦ green 128 ◦ blue 25

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

Shades of Dark Goldenrod #B18019

Tints of Dark Goldenrod #B18019

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.79%

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

R = 53.64%
G = 38.79%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B18019 (or 0xB18019) is known color: Dark Goldenrod. HEX triplet: B1, 80 and 19. RGB value is (177,128,25). Sum of RGB (Red+Green+Blue) = 177+128+25=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B18019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18019 is #4E7FE6. Grayscale: #838383. Windows color (decimal): -5144551 or 1671345. OLE color: 1671345.

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

Color convert

RGB 177 128 25 -
CMYK 0 0.28 0.86 0.31
HSL 40.66º 0.75% 0.4% -
HSV(B) 40.66º 0.86% 0.69% -
XYZ 26.03 24.86 4.35 -
YUV 130.91 68.23 160.88 -
System Red Green Blue C M Y K H S L
Decimal 177 128 25 0 0.28 0.86 0.31 40.66 0.75 0.4
Hex B1 80 19 0 1C 56 1F 29 4B 28
Octal 261 200 31 0 34 126 37 51 113 50
Binary 10110001 10000000 11001 0 11100 1010110 11111 101001 1001011 101000

Color Harmonies of #B18019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18019

Black with #B18019

Text Example


Text Example

White with #B18019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18019; }

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

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

background-color css

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

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

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

border-color css

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

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

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