Html Css Color HEX #B18111 Dark Goldenrod

📋 copy color: '#B18111'

red 177 ◦ green 129 ◦ blue 17

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

Shades of Dark Goldenrod #B18111

Tints of Dark Goldenrod #B18111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.94%

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

R = 54.8%
G = 39.94%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B18111 (or 0xB18111) is known color: Dark Goldenrod. HEX triplet: B1, 81 and 11. RGB value is (177,129,17). Sum of RGB (Red+Green+Blue) = 177+129+17=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B18111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18111 is #4E7EEE. Grayscale: #838383. Windows color (decimal): -5144303 or 1147313. OLE color: 1147313.

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

Color convert

RGB 177 129 17 -
CMYK 0 0.27 0.90 0.31
HSL 42º 0.82% 0.38% -
HSV(B) 42º 0.9% 0.69% -
XYZ 26.08 25.09 4 -
YUV 130.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 177 129 17 0 0.27 0.90 0.31 42 0.82 0.38
Hex B1 81 11 0 1B 5A 1F 2A 52 26
Octal 261 201 21 0 33 132 37 52 122 46
Binary 10110001 10000001 10001 0 11011 1011010 11111 101010 1010010 100110

Color Harmonies of #B18111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18111

Black with #B18111

Text Example


Text Example

White with #B18111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18111; }

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

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

background-color css

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

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

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

border-color css

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

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

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