Html Css Color HEX #B1740D Dark Goldenrod

📋 copy color: '#B1740D'

red 177 ◦ green 116 ◦ blue 13

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

Shades of Dark Goldenrod #B1740D

Tints of Dark Goldenrod #B1740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

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

R = 57.84%
G = 37.91%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1740D (or 0xB1740D) is known color: Dark Goldenrod. HEX triplet: B1, 74 and 0D. RGB value is (177,116,13). Sum of RGB (Red+Green+Blue) = 177+116+13=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1740D is #4E8BF2. Grayscale: #7A7A7A. Windows color (decimal): -5147635 or 881841. OLE color: 881841.

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

Color convert

RGB 177 116 13 -
CMYK 0 0.34 0.93 0.31
HSL 37.68º 0.86% 0.37% -
HSV(B) 37.68º 0.93% 0.69% -
XYZ 24.45 21.87 3.31 -
YUV 122.5 66.21 166.88 -
System Red Green Blue C M Y K H S L
Decimal 177 116 13 0 0.34 0.93 0.31 37.68 0.86 0.37
Hex B1 74 D 0 22 5D 1F 26 56 25
Octal 261 164 15 0 42 135 37 46 126 45
Binary 10110001 1110100 1101 0 100010 1011101 11111 100110 1010110 100101

Color Harmonies of #B1740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1740D

Black with #B1740D

Text Example


Text Example

White with #B1740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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