Html Css Color HEX #B17F3F Marigold

📋 copy color: '#B17F3F'

red 177 ◦ green 127 ◦ blue 63

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

Shades of Marigold #B17F3F

Tints of Marigold #B17F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 34.6%

 BLUE value IS 63 (25% from 255) = 17.17%

R = 48.23%
G = 34.6%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B17F3F (or 0xB17F3F) is known color: Marigold. HEX triplet: B1, 7F and 3F. RGB value is (177,127,63). Sum of RGB (Red+Green+Blue) = 177+127+63=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17F3F is #4E80C0. Grayscale: #868686. Windows color (decimal): -5144769 or 4161457. OLE color: 4161457.

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

Color convert

RGB 177 127 63 -
CMYK 0 0.28 0.64 0.31
HSL 33.68º 0.48% 0.47% -
HSV(B) 33.68º 0.64% 0.69% -
XYZ 26.62 24.88 8.1 -
YUV 134.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 177 127 63 0 0.28 0.64 0.31 33.68 0.48 0.47
Hex B1 7F 3F 0 1C 40 1F 22 30 2F
Octal 261 177 77 0 34 100 37 42 60 57
Binary 10110001 1111111 111111 0 11100 1000000 11111 100010 110000 101111

Color Harmonies of #B17F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F3F

Black with #B17F3F

Text Example


Text Example

White with #B17F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F3F; }

 p { color: rgb(177,127,63); }

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

background-color css

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

 a { background-color: rgb(177,127,63); }

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

border-color css

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

 span { border-color: rgb(177,127,63); }

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