Html Css Color HEX #B18205 Dark Goldenrod

📋 copy color: '#B18205'

red 177 ◦ green 130 ◦ blue 5

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

Shades of Dark Goldenrod #B18205

Tints of Dark Goldenrod #B18205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.67%

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

R = 56.73%
G = 41.67%
B = 1.6%

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

#B18205 (or 0xB18205) is known color: Dark Goldenrod. HEX triplet: B1, 82 and 05. RGB value is (177,130,5). Sum of RGB (Red+Green+Blue) = 177+130+5=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B18205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18205 is #4E7DFA. Grayscale: #828282. Windows color (decimal): -5144059 or 361137. OLE color: 361137.

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

Color convert

RGB 177 130 5 -
CMYK 0 0.27 0.97 0.31
HSL 43.6º 0.95% 0.36% -
HSV(B) 43.6º 0.97% 0.69% -
XYZ 26.14 25.32 3.65 -
YUV 129.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 177 130 5 0 0.27 0.97 0.31 43.6 0.95 0.36
Hex B1 82 5 0 1B 61 1F 2C 5F 24
Octal 261 202 5 0 33 141 37 54 137 44
Binary 10110001 10000010 101 0 11011 1100001 11111 101100 1011111 100100

Color Harmonies of #B18205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18205

Black with #B18205

Text Example


Text Example

White with #B18205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18205; }

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

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

background-color css

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

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

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

border-color css

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

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

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