Html Css Color HEX #B18810 Dark Goldenrod

📋 copy color: '#B18810'

red 177 ◦ green 136 ◦ blue 16

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

Shades of Dark Goldenrod #B18810

Tints of Dark Goldenrod #B18810

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.34%

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 53.8%
G = 41.34%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B18810 (or 0xB18810) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 10. RGB value is (177,136,16). Sum of RGB (Red+Green+Blue) = 177+136+16=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B18810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18810 is #4E77EF. Grayscale: #878787. Windows color (decimal): -5142512 or 1083569. OLE color: 1083569.

HSL color Cylindrical-coordinate representation of color #B18810: hue angle of 44.72º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B18810 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 136 16 -
CMYK 0 0.23 0.91 0.31
HSL 44.72º 0.83% 0.38% -
HSV(B) 44.72º 0.91% 0.69% -
XYZ 27.03 26.99 4.28 -
YUV 134.58 61.08 158.26 -
System Red Green Blue C M Y K H S L
Decimal 177 136 16 0 0.23 0.91 0.31 44.72 0.83 0.38
Hex B1 88 10 0 17 5B 1F 2D 53 26
Octal 261 210 20 0 27 133 37 55 123 46
Binary 10110001 10001000 10000 0 10111 1011011 11111 101101 1010011 100110

Color Harmonies of #B18810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18810

Black with #B18810

Text Example


Text Example

White with #B18810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18810; }

 p { color: rgb(177,136,16); }

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

background-color css

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

 a { background-color: rgb(177,136,16); }

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

border-color css

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

 span { border-color: rgb(177,136,16); }

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