Html Css Color HEX #B18006 Dark Goldenrod

📋 copy color: '#B18006'

red 177 ◦ green 128 ◦ blue 6

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

Shades of Dark Goldenrod #B18006

Tints of Dark Goldenrod #B18006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.16%

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

R = 56.91%
G = 41.16%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B18006 (or 0xB18006) is known color: Dark Goldenrod. HEX triplet: B1, 80 and 06. RGB value is (177,128,6). Sum of RGB (Red+Green+Blue) = 177+128+6=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B18006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18006 is #4E7FF9. Grayscale: #818181. Windows color (decimal): -5144570 or 426161. OLE color: 426161.

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

Color convert

RGB 177 128 6 -
CMYK 0 0.28 0.97 0.31
HSL 42.81º 0.93% 0.36% -
HSV(B) 42.81º 0.97% 0.69% -
XYZ 25.88 24.8 3.59 -
YUV 128.74 58.73 162.42 -
System Red Green Blue C M Y K H S L
Decimal 177 128 6 0 0.28 0.97 0.31 42.81 0.93 0.36
Hex B1 80 6 0 1C 61 1F 2B 5D 24
Octal 261 200 6 0 34 141 37 53 135 44
Binary 10110001 10000000 110 0 11100 1100001 11111 101011 1011101 100100

Color Harmonies of #B18006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18006

Black with #B18006

Text Example


Text Example

White with #B18006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18006; }

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

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

background-color css

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

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

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

border-color css

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

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

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