Html Css Color HEX #B1710C Dark Goldenrod

📋 copy color: '#B1710C'

red 177 ◦ green 113 ◦ blue 12

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

Shades of Dark Goldenrod #B1710C

Tints of Dark Goldenrod #B1710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.97%

R = 58.61%
G = 37.42%
B = 3.97%

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

#B1710C (or 0xB1710C) is known color: Dark Goldenrod. HEX triplet: B1, 71 and 0C. RGB value is (177,113,12). Sum of RGB (Red+Green+Blue) = 177+113+12=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1710C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1710C is #4E8EF3. Grayscale: #797979. Windows color (decimal): -5148404 or 815537. OLE color: 815537.

HSL color Cylindrical-coordinate representation of color #B1710C: hue angle of 36.73º degrees, saturation: 0.87, 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 #B1710C is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 113 12 -
CMYK 0 0.36 0.93 0.31
HSL 36.73º 0.87% 0.37% -
HSV(B) 36.73º 0.93% 0.69% -
XYZ 24.1 21.18 3.17 -
YUV 120.62 66.7 168.21 -
System Red Green Blue C M Y K H S L
Decimal 177 113 12 0 0.36 0.93 0.31 36.73 0.87 0.37
Hex B1 71 C 0 24 5D 1F 25 57 25
Octal 261 161 14 0 44 135 37 45 127 45
Binary 10110001 1110001 1100 0 100100 1011101 11111 100101 1010111 100101

Color Harmonies of #B1710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1710C

Black with #B1710C

Text Example


Text Example

White with #B1710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1710C; }

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

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

background-color css

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

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

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

border-color css

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

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

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