Html Css Color HEX #B1750C Dark Goldenrod

📋 copy color: '#B1750C'

red 177 ◦ green 117 ◦ blue 12

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

Shades of Dark Goldenrod #B1750C

Tints of Dark Goldenrod #B1750C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

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

R = 57.84%
G = 38.24%
B = 3.92%

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

#B1750C (or 0xB1750C) is known color: Dark Goldenrod. HEX triplet: B1, 75 and 0C. RGB value is (177,117,12). Sum of RGB (Red+Green+Blue) = 177+117+12=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1750C is #4E8AF3. Grayscale: #7B7B7B. Windows color (decimal): -5147380 or 816561. OLE color: 816561.

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

Color convert

RGB 177 117 12 -
CMYK 0 0.34 0.93 0.31
HSL 38.18º 0.87% 0.37% -
HSV(B) 38.18º 0.93% 0.69% -
XYZ 24.56 22.1 3.32 -
YUV 122.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 177 117 12 0 0.34 0.93 0.31 38.18 0.87 0.37
Hex B1 75 C 0 22 5D 1F 26 57 25
Octal 261 165 14 0 42 135 37 46 127 45
Binary 10110001 1110101 1100 0 100010 1011101 11111 100110 1010111 100101

Color Harmonies of #B1750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1750C

Black with #B1750C

Text Example


Text Example

White with #B1750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1750C; }

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

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

background-color css

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

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

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

border-color css

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

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

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