Html Css Color HEX #B17F14 Dark Goldenrod

📋 copy color: '#B17F14'

red 177 ◦ green 127 ◦ blue 20

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

Shades of Dark Goldenrod #B17F14

Tints of Dark Goldenrod #B17F14

RGB

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

 GREEN value IS 127 (50% from 255) = 39.2%

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

R = 54.63%
G = 39.2%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B17F14 (or 0xB17F14) is known color: Dark Goldenrod. HEX triplet: B1, 7F and 14. RGB value is (177,127,20). Sum of RGB (Red+Green+Blue) = 177+127+20=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17F14 is #4E80EB. Grayscale: #828282. Windows color (decimal): -5144812 or 1343409. OLE color: 1343409.

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

Color convert

RGB 177 127 20 -
CMYK 0 0.28 0.89 0.31
HSL 40.89º 0.8% 0.39% -
HSV(B) 40.89º 0.89% 0.69% -
XYZ 25.85 24.58 4.04 -
YUV 129.75 66.07 161.7 -
System Red Green Blue C M Y K H S L
Decimal 177 127 20 0 0.28 0.89 0.31 40.89 0.8 0.39
Hex B1 7F 14 0 1C 59 1F 29 50 27
Octal 261 177 24 0 34 131 37 51 120 47
Binary 10110001 1111111 10100 0 11100 1011001 11111 101001 1010000 100111

Color Harmonies of #B17F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F14

Black with #B17F14

Text Example


Text Example

White with #B17F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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