Html Css Color HEX #B17700 Dark Goldenrod

📋 copy color: '#B17700'

red 177 ◦ green 119 ◦ blue 0

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

Shades of Dark Goldenrod #B17700

Tints of Dark Goldenrod #B17700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.2%

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

R = 59.8%
G = 40.2%
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

#B17700 (or 0xB17700) is known color: Dark Goldenrod. HEX triplet: B1, 77 and 00. RGB value is (177,119,0). Sum of RGB (Red+Green+Blue) = 177+119+0=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B17700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17700 is #4E88FF. Grayscale: #7B7B7B. Windows color (decimal): -5146880 or 30641. OLE color: 30641.

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

Color convert

RGB 177 119 0 -
CMYK 0 0.33 1 0.31
HSL 40.34º 1% 0.35% -
HSV(B) 40.34º 1% 0.69% -
XYZ 24.73 22.54 3.05 -
YUV 122.78 58.72 166.68 -
System Red Green Blue C M Y K H S L
Decimal 177 119 0 0 0.33 1 0.31 40.34 1 0.35
Hex B1 77 0 0 21 64 1F 28 64 23
Octal 261 167 0 0 41 144 37 50 144 43
Binary 10110001 1110111 0 0 100001 1100100 11111 101000 1100100 100011

Color Harmonies of #B17700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17700

Black with #B17700

Text Example


Text Example

White with #B17700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17700; }

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

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

background-color css

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

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

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

border-color css

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

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

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