Html Css Color HEX #B18A11 Dark Goldenrod

📋 copy color: '#B18A11'

red 177 ◦ green 138 ◦ blue 17

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

Shades of Dark Goldenrod #B18A11

Tints of Dark Goldenrod #B18A11

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.57%

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

R = 53.31%
G = 41.57%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B18A11 (or 0xB18A11) is known color: Dark Goldenrod. HEX triplet: B1, 8A and 11. RGB value is (177,138,17). Sum of RGB (Red+Green+Blue) = 177+138+17=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A11 is #4E75EE. Grayscale: #888888. Windows color (decimal): -5141999 or 1149617. OLE color: 1149617.

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

Color convert

RGB 177 138 17 -
CMYK 0 0.22 0.90 0.31
HSL 45.38º 0.82% 0.38% -
HSV(B) 45.38º 0.9% 0.69% -
XYZ 27.32 27.56 4.41 -
YUV 135.87 60.92 157.34 -
System Red Green Blue C M Y K H S L
Decimal 177 138 17 0 0.22 0.90 0.31 45.38 0.82 0.38
Hex B1 8A 11 0 16 5A 1F 2D 52 26
Octal 261 212 21 0 26 132 37 55 122 46
Binary 10110001 10001010 10001 0 10110 1011010 11111 101101 1010010 100110

Color Harmonies of #B18A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A11

Black with #B18A11

Text Example


Text Example

White with #B18A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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