Html Css Color HEX #B18105 Dark Goldenrod

📋 copy color: '#B18105'

red 177 ◦ green 129 ◦ blue 5

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

Shades of Dark Goldenrod #B18105

Tints of Dark Goldenrod #B18105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 56.91%
G = 41.48%
B = 1.61%

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

#B18105 (or 0xB18105) is known color: Dark Goldenrod. HEX triplet: B1, 81 and 05. RGB value is (177,129,5). Sum of RGB (Red+Green+Blue) = 177+129+5=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B18105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18105 is #4E7EFA. Grayscale: #818181. Windows color (decimal): -5144315 or 360881. OLE color: 360881.

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

Color convert

RGB 177 129 5 -
CMYK 0 0.27 0.97 0.31
HSL 43.26º 0.95% 0.36% -
HSV(B) 43.26º 0.97% 0.69% -
XYZ 26.01 25.06 3.61 -
YUV 129.22 57.9 162.08 -
System Red Green Blue C M Y K H S L
Decimal 177 129 5 0 0.27 0.97 0.31 43.26 0.95 0.36
Hex B1 81 5 0 1B 61 1F 2B 5F 24
Octal 261 201 5 0 33 141 37 53 137 44
Binary 10110001 10000001 101 0 11011 1100001 11111 101011 1011111 100100

Color Harmonies of #B18105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18105

Black with #B18105

Text Example


Text Example

White with #B18105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18105; }

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

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

background-color css

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

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

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

border-color css

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

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

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