Html Css Color HEX #B1730C Dark Goldenrod

📋 copy color: '#B1730C'

red 177 ◦ green 115 ◦ blue 12

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

Shades of Dark Goldenrod #B1730C

Tints of Dark Goldenrod #B1730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.83%

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

R = 58.22%
G = 37.83%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1730C (or 0xB1730C) is known color: Dark Goldenrod. HEX triplet: B1, 73 and 0C. RGB value is (177,115,12). Sum of RGB (Red+Green+Blue) = 177+115+12=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1730C is #4E8CF3. Grayscale: #7A7A7A. Windows color (decimal): -5147892 or 816049. OLE color: 816049.

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

Color convert

RGB 177 115 12 -
CMYK 0 0.35 0.93 0.31
HSL 37.45º 0.87% 0.37% -
HSV(B) 37.45º 0.93% 0.69% -
XYZ 24.33 21.64 3.24 -
YUV 121.8 66.04 167.38 -
System Red Green Blue C M Y K H S L
Decimal 177 115 12 0 0.35 0.93 0.31 37.45 0.87 0.37
Hex B1 73 C 0 23 5D 1F 25 57 25
Octal 261 163 14 0 43 135 37 45 127 45
Binary 10110001 1110011 1100 0 100011 1011101 11111 100101 1010111 100101

Color Harmonies of #B1730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1730C

Black with #B1730C

Text Example


Text Example

White with #B1730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1730C; }

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

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

background-color css

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

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

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

border-color css

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

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

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