Html Css Color HEX #B17600 Dark Goldenrod

📋 copy color: '#B17600'

red 177 ◦ green 118 ◦ blue 0

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

Shades of Dark Goldenrod #B17600

Tints of Dark Goldenrod #B17600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B17600 (or 0xB17600) is known color: Dark Goldenrod. HEX triplet: B1, 76 and 00. RGB value is (177,118,0). Sum of RGB (Red+Green+Blue) = 177+118+0=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B17600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17600 is #4E89FF. Grayscale: #7A7A7A. Windows color (decimal): -5147136 or 30385. OLE color: 30385.

HSL color Cylindrical-coordinate representation of color #B17600: hue angle of 40º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B17600 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 118 0 -
CMYK 0 0.33 1 0.31
HSL 40º 1% 0.35% -
HSV(B) 40º 1% 0.69% -
XYZ 24.61 22.3 3.01 -
YUV 122.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 177 118 0 0 0.33 1 0.31 40 1 0.35
Hex B1 76 0 0 21 64 1F 28 64 23
Octal 261 166 0 0 41 144 37 50 144 43
Binary 10110001 1110110 0 0 100001 1100100 11111 101000 1100100 100011

Color Harmonies of #B17600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17600

Black with #B17600

Text Example


Text Example

White with #B17600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17600; }

 p { color: rgb(177,118,0); }

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

background-color css

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

 a { background-color: rgb(177,118,0); }

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

border-color css

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

 span { border-color: rgb(177,118,0); }

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