Html Css Color HEX #B18013 Dark Goldenrod

📋 copy color: '#B18013'

red 177 ◦ green 128 ◦ blue 19

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

Shades of Dark Goldenrod #B18013

Tints of Dark Goldenrod #B18013

RGB

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

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

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

R = 54.63%
G = 39.51%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B18013 (or 0xB18013) is known color: Dark Goldenrod. HEX triplet: B1, 80 and 13. RGB value is (177,128,19). Sum of RGB (Red+Green+Blue) = 177+128+19=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B18013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18013 is #4E7FEC. Grayscale: #828282. Windows color (decimal): -5144557 or 1278129. OLE color: 1278129.

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

Color convert

RGB 177 128 19 -
CMYK 0 0.28 0.89 0.31
HSL 41.39º 0.81% 0.38% -
HSV(B) 41.39º 0.89% 0.69% -
XYZ 25.97 24.83 4.04 -
YUV 130.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 177 128 19 0 0.28 0.89 0.31 41.39 0.81 0.38
Hex B1 80 13 0 1C 59 1F 29 51 26
Octal 261 200 23 0 34 131 37 51 121 46
Binary 10110001 10000000 10011 0 11100 1011001 11111 101001 1010001 100110

Color Harmonies of #B18013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18013

Black with #B18013

Text Example


Text Example

White with #B18013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18013; }

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

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

background-color css

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

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

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

border-color css

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

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

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