Html Css Color HEX #B17614 Dark Goldenrod

📋 copy color: '#B17614'

red 177 ◦ green 118 ◦ blue 20

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

Shades of Dark Goldenrod #B17614

Tints of Dark Goldenrod #B17614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.35%

R = 56.19%
G = 37.46%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B17614 (or 0xB17614) is known color: Dark Goldenrod. HEX triplet: B1, 76 and 14. RGB value is (177,118,20). Sum of RGB (Red+Green+Blue) = 177+118+20=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B17614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17614 is #4E89EB. Grayscale: #7C7C7C. Windows color (decimal): -5147116 or 1341105. OLE color: 1341105.

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

Color convert

RGB 177 118 20 -
CMYK 0 0.33 0.89 0.31
HSL 37.45º 0.8% 0.39% -
HSV(B) 37.45º 0.89% 0.69% -
XYZ 24.74 22.35 3.67 -
YUV 124.47 69.05 165.47 -
System Red Green Blue C M Y K H S L
Decimal 177 118 20 0 0.33 0.89 0.31 37.45 0.8 0.39
Hex B1 76 14 0 21 59 1F 25 50 27
Octal 261 166 24 0 41 131 37 45 120 47
Binary 10110001 1110110 10100 0 100001 1011001 11111 100101 1010000 100111

Color Harmonies of #B17614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17614

Black with #B17614

Text Example


Text Example

White with #B17614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17614; }

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

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

background-color css

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

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

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

border-color css

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

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

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