Html Css Color HEX #B18106 Dark Goldenrod

📋 copy color: '#B18106'

red 177 ◦ green 129 ◦ blue 6

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

Shades of Dark Goldenrod #B18106

Tints of Dark Goldenrod #B18106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 56.73%
G = 41.35%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B18106 (or 0xB18106) is known color: Dark Goldenrod. HEX triplet: B1, 81 and 06. RGB value is (177,129,6). Sum of RGB (Red+Green+Blue) = 177+129+6=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B18106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18106 is #4E7EF9. Grayscale: #818181. Windows color (decimal): -5144314 or 426417. OLE color: 426417.

HSL color Cylindrical-coordinate representation of color #B18106: hue angle of 43.16º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B18106 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 129 6 -
CMYK 0 0.27 0.97 0.31
HSL 43.16º 0.93% 0.36% -
HSV(B) 43.16º 0.97% 0.69% -
XYZ 26.01 25.06 3.64 -
YUV 129.33 58.4 162 -
System Red Green Blue C M Y K H S L
Decimal 177 129 6 0 0.27 0.97 0.31 43.16 0.93 0.36
Hex B1 81 6 0 1B 61 1F 2B 5D 24
Octal 261 201 6 0 33 141 37 53 135 44
Binary 10110001 10000001 110 0 11011 1100001 11111 101011 1011101 100100

Color Harmonies of #B18106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18106

Black with #B18106

Text Example


Text Example

White with #B18106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18106; }

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

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

background-color css

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

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

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

border-color css

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

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

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