Html Css Color HEX #B1720D Dark Goldenrod

📋 copy color: '#B1720D'

red 177 ◦ green 114 ◦ blue 13

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

Shades of Dark Goldenrod #B1720D

Tints of Dark Goldenrod #B1720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

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

R = 58.22%
G = 37.5%
B = 4.28%

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

#B1720D (or 0xB1720D) is known color: Dark Goldenrod. HEX triplet: B1, 72 and 0D. RGB value is (177,114,13). Sum of RGB (Red+Green+Blue) = 177+114+13=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1720D is #4E8DF2. Grayscale: #797979. Windows color (decimal): -5148147 or 881329. OLE color: 881329.

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

Color convert

RGB 177 114 13 -
CMYK 0 0.36 0.93 0.31
HSL 36.95º 0.86% 0.37% -
HSV(B) 36.95º 0.93% 0.69% -
XYZ 24.22 21.41 3.24 -
YUV 121.32 66.87 167.71 -
System Red Green Blue C M Y K H S L
Decimal 177 114 13 0 0.36 0.93 0.31 36.95 0.86 0.37
Hex B1 72 D 0 24 5D 1F 25 56 25
Octal 261 162 15 0 44 135 37 45 126 45
Binary 10110001 1110010 1101 0 100100 1011101 11111 100101 1010110 100101

Color Harmonies of #B1720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1720D

Black with #B1720D

Text Example


Text Example

White with #B1720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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