Html Css Color HEX #B17D3E Marigold

📋 copy color: '#B17D3E'

red 177 ◦ green 125 ◦ blue 62

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

Shades of Marigold #B17D3E

Tints of Marigold #B17D3E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 48.63%
G = 34.34%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B17D3E (or 0xB17D3E) is known color: Marigold. HEX triplet: B1, 7D and 3E. RGB value is (177,125,62). Sum of RGB (Red+Green+Blue) = 177+125+62=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17D3E is #4E82C1. Grayscale: #858585. Windows color (decimal): -5145282 or 4095409. OLE color: 4095409.

HSL color Cylindrical-coordinate representation of color #B17D3E: hue angle of 32.87º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B17D3E is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 125 62 -
CMYK 0 0.29 0.65 0.31
HSL 32.87º 0.48% 0.47% -
HSV(B) 32.87º 0.65% 0.69% -
XYZ 26.33 24.36 7.87 -
YUV 133.37 87.73 159.12 -
System Red Green Blue C M Y K H S L
Decimal 177 125 62 0 0.29 0.65 0.31 32.87 0.48 0.47
Hex B1 7D 3E 0 1D 41 1F 21 30 2F
Octal 261 175 76 0 35 101 37 41 60 57
Binary 10110001 1111101 111110 0 11101 1000001 11111 100001 110000 101111

Color Harmonies of #B17D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D3E

Black with #B17D3E

Text Example


Text Example

White with #B17D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D3E; }

 p { color: rgb(177,125,62); }

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

background-color css

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

 a { background-color: rgb(177,125,62); }

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

border-color css

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

 span { border-color: rgb(177,125,62); }

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