Html Css Color HEX #B18406 Dark Goldenrod

📋 copy color: '#B18406'

red 177 ◦ green 132 ◦ blue 6

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

Shades of Dark Goldenrod #B18406

Tints of Dark Goldenrod #B18406

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.9%

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

R = 56.19%
G = 41.9%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B18406 (or 0xB18406) is known color: Dark Goldenrod. HEX triplet: B1, 84 and 06. RGB value is (177,132,6). Sum of RGB (Red+Green+Blue) = 177+132+6=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B18406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18406 is #4E7BF9. Grayscale: #838383. Windows color (decimal): -5143546 or 427185. OLE color: 427185.

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

Color convert

RGB 177 132 6 -
CMYK 0 0.25 0.97 0.31
HSL 44.21º 0.93% 0.36% -
HSV(B) 44.21º 0.97% 0.69% -
XYZ 26.42 25.86 3.77 -
YUV 131.09 57.41 160.75 -
System Red Green Blue C M Y K H S L
Decimal 177 132 6 0 0.25 0.97 0.31 44.21 0.93 0.36
Hex B1 84 6 0 19 61 1F 2C 5D 24
Octal 261 204 6 0 31 141 37 54 135 44
Binary 10110001 10000100 110 0 11001 1100001 11111 101100 1011101 100100

Color Harmonies of #B18406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18406

Black with #B18406

Text Example


Text Example

White with #B18406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18406; }

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

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

background-color css

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

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

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

border-color css

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

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

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