Html Css Color HEX #B1710D Dark Goldenrod

📋 copy color: '#B1710D'

red 177 ◦ green 113 ◦ blue 13

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

Shades of Dark Goldenrod #B1710D

Tints of Dark Goldenrod #B1710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.29%

 BLUE value IS 13 (5.47% from 255) = 4.29%

R = 58.42%
G = 37.29%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1710D (or 0xB1710D) is known color: Dark Goldenrod. HEX triplet: B1, 71 and 0D. RGB value is (177,113,13). Sum of RGB (Red+Green+Blue) = 177+113+13=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1710D is #4E8EF2. Grayscale: #797979. Windows color (decimal): -5148403 or 881073. OLE color: 881073.

HSL color Cylindrical-coordinate representation of color #B1710D: hue angle of 36.59º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1710D is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 113 13 -
CMYK 0 0.36 0.93 0.31
HSL 36.59º 0.86% 0.37% -
HSV(B) 36.59º 0.93% 0.69% -
XYZ 24.11 21.19 3.2 -
YUV 120.74 67.2 168.13 -
System Red Green Blue C M Y K H S L
Decimal 177 113 13 0 0.36 0.93 0.31 36.59 0.86 0.37
Hex B1 71 D 0 24 5D 1F 25 56 25
Octal 261 161 15 0 44 135 37 45 126 45
Binary 10110001 1110001 1101 0 100100 1011101 11111 100101 1010110 100101

Color Harmonies of #B1710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1710D

Black with #B1710D

Text Example


Text Example

White with #B1710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1710D; }

 p { color: rgb(177,113,13); }

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

background-color css

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

 a { background-color: rgb(177,113,13); }

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

border-color css

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

 span { border-color: rgb(177,113,13); }

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