Html Css Color HEX #B37F41 Marigold

📋 copy color: '#B37F41'

red 179 ◦ green 127 ◦ blue 65

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

Shades of Marigold #B37F41

Tints of Marigold #B37F41

RGB

 RED value IS 179 (70.31% from 255) = 48.25%

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

 BLUE value IS 65 (25.78% from 255) = 17.52%

R = 48.25%
G = 34.23%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B37F41 (or 0xB37F41) is known color: Marigold. HEX triplet: B3, 7F and 41. RGB value is (179,127,65). Sum of RGB (Red+Green+Blue) = 179+127+65=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F41 is #4C80BE. Grayscale: #878787. Windows color (decimal): -5013695 or 4292531. OLE color: 4292531.

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

Color convert

RGB 179 127 65 -
CMYK 0 0.29 0.64 0.30
HSL 32.63º 0.47% 0.48% -
HSV(B) 32.63º 0.64% 0.7% -
XYZ 27.13 25.14 8.42 -
YUV 135.48 88.23 159.04 -
System Red Green Blue C M Y K H S L
Decimal 179 127 65 0 0.29 0.64 0.30 32.63 0.47 0.48
Hex B3 7F 41 0 1D 40 1E 21 2F 30
Octal 263 177 101 0 35 100 36 41 57 60
Binary 10110011 1111111 1000001 0 11101 1000000 11110 100001 101111 110000

Color Harmonies of #B37F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37F41

Black with #B37F41

Text Example


Text Example

White with #B37F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37F41; }

 p { color: rgb(179,127,65); }

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

background-color css

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

 a { background-color: rgb(179,127,65); }

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

border-color css

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

 span { border-color: rgb(179,127,65); }

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