Html Css Color HEX #B1750F Dark Goldenrod

📋 copy color: '#B1750F'

red 177 ◦ green 117 ◦ blue 15

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

Shades of Dark Goldenrod #B1750F

Tints of Dark Goldenrod #B1750F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 57.28%
G = 37.86%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1750F (or 0xB1750F) is known color: Dark Goldenrod. HEX triplet: B1, 75 and 0F. RGB value is (177,117,15). Sum of RGB (Red+Green+Blue) = 177+117+15=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1750F is #4E8AF0. Grayscale: #7B7B7B. Windows color (decimal): -5147377 or 1013169. OLE color: 1013169.

HSL color Cylindrical-coordinate representation of color #B1750F: hue angle of 37.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1750F is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 117 15 -
CMYK 0 0.34 0.92 0.31
HSL 37.78º 0.84% 0.38% -
HSV(B) 37.78º 0.92% 0.69% -
XYZ 24.58 22.1 3.42 -
YUV 123.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 177 117 15 0 0.34 0.92 0.31 37.78 0.84 0.38
Hex B1 75 F 0 22 5C 1F 26 54 26
Octal 261 165 17 0 42 134 37 46 124 46
Binary 10110001 1110101 1111 0 100010 1011100 11111 100110 1010100 100110

Color Harmonies of #B1750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1750F

Black with #B1750F

Text Example


Text Example

White with #B1750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1750F; }

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

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

background-color css

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

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

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

border-color css

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

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

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