Html Css Color HEX #B1700C Dark Goldenrod

📋 copy color: '#B1700C'

red 177 ◦ green 112 ◦ blue 12

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

Shades of Dark Goldenrod #B1700C

Tints of Dark Goldenrod #B1700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

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

R = 58.8%
G = 37.21%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1700C (or 0xB1700C) is known color: Dark Goldenrod. HEX triplet: B1, 70 and 0C. RGB value is (177,112,12). Sum of RGB (Red+Green+Blue) = 177+112+12=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B1700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1700C is #4E8FF3. Grayscale: #787878. Windows color (decimal): -5148660 or 815281. OLE color: 815281.

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

Color convert

RGB 177 112 12 -
CMYK 0 0.37 0.93 0.31
HSL 36.36º 0.87% 0.37% -
HSV(B) 36.36º 0.93% 0.69% -
XYZ 23.99 20.96 3.13 -
YUV 120.04 67.03 168.63 -
System Red Green Blue C M Y K H S L
Decimal 177 112 12 0 0.37 0.93 0.31 36.36 0.87 0.37
Hex B1 70 C 0 25 5D 1F 24 57 25
Octal 261 160 14 0 45 135 37 44 127 45
Binary 10110001 1110000 1100 0 100101 1011101 11111 100100 1010111 100101

Color Harmonies of #B1700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1700C

Black with #B1700C

Text Example


Text Example

White with #B1700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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