Html Css Color HEX #B17513 Dark Goldenrod

📋 copy color: '#B17513'

red 177 ◦ green 117 ◦ blue 19

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

Shades of Dark Goldenrod #B17513

Tints of Dark Goldenrod #B17513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.38%

 BLUE value IS 19 (7.81% from 255) = 6.07%

R = 56.55%
G = 37.38%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B17513 (or 0xB17513) is known color: Dark Goldenrod. HEX triplet: B1, 75 and 13. RGB value is (177,117,19). Sum of RGB (Red+Green+Blue) = 177+117+19=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B17513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17513 is #4E8AEC. Grayscale: #7C7C7C. Windows color (decimal): -5147373 or 1275313. OLE color: 1275313.

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

Color convert

RGB 177 117 19 -
CMYK 0 0.34 0.89 0.31
HSL 37.22º 0.81% 0.38% -
HSV(B) 37.22º 0.89% 0.69% -
XYZ 24.61 22.12 3.59 -
YUV 123.77 68.88 165.97 -
System Red Green Blue C M Y K H S L
Decimal 177 117 19 0 0.34 0.89 0.31 37.22 0.81 0.38
Hex B1 75 13 0 22 59 1F 25 51 26
Octal 261 165 23 0 42 131 37 45 121 46
Binary 10110001 1110101 10011 0 100010 1011001 11111 100101 1010001 100110

Color Harmonies of #B17513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17513

Black with #B17513

Text Example


Text Example

White with #B17513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17513; }

 p { color: rgb(177,117,19); }

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

background-color css

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

 a { background-color: rgb(177,117,19); }

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

border-color css

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

 span { border-color: rgb(177,117,19); }

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