Html Css Color HEX #B18311 Dark Goldenrod

📋 copy color: '#B18311'

red 177 ◦ green 131 ◦ blue 17

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

Shades of Dark Goldenrod #B18311

Tints of Dark Goldenrod #B18311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.31%

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

R = 54.46%
G = 40.31%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B18311 (or 0xB18311) is known color: Dark Goldenrod. HEX triplet: B1, 83 and 11. RGB value is (177,131,17). Sum of RGB (Red+Green+Blue) = 177+131+17=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B18311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18311 is #4E7CEE. Grayscale: #848484. Windows color (decimal): -5143791 or 1147825. OLE color: 1147825.

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

Color convert

RGB 177 131 17 -
CMYK 0 0.26 0.90 0.31
HSL 42.75º 0.82% 0.38% -
HSV(B) 42.75º 0.9% 0.69% -
XYZ 26.35 25.62 4.09 -
YUV 131.76 63.24 160.27 -
System Red Green Blue C M Y K H S L
Decimal 177 131 17 0 0.26 0.90 0.31 42.75 0.82 0.38
Hex B1 83 11 0 1A 5A 1F 2B 52 26
Octal 261 203 21 0 32 132 37 53 122 46
Binary 10110001 10000011 10001 0 11010 1011010 11111 101011 1010010 100110

Color Harmonies of #B18311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18311

Black with #B18311

Text Example


Text Example

White with #B18311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18311; }

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

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

background-color css

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

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

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

border-color css

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

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

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