Html Css Color HEX #B37E3D Marigold

📋 copy color: '#B37E3D'

red 179 ◦ green 126 ◦ blue 61

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

Shades of Marigold #B37E3D

Tints of Marigold #B37E3D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.43%

 BLUE value IS 61 (24.22% from 255) = 16.67%

R = 48.91%
G = 34.43%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B37E3D (or 0xB37E3D) is known color: Marigold. HEX triplet: B3, 7E and 3D. RGB value is (179,126,61). Sum of RGB (Red+Green+Blue) = 179+126+61=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37E3D is #4C81C2. Grayscale: #868686. Windows color (decimal): -5013955 or 4030131. OLE color: 4030131.

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

Color convert

RGB 179 126 61 -
CMYK 0 0.30 0.66 0.30
HSL 33.05º 0.49% 0.47% -
HSV(B) 33.05º 0.66% 0.7% -
XYZ 26.89 24.84 7.79 -
YUV 134.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 179 126 61 0 0.30 0.66 0.30 33.05 0.49 0.47
Hex B3 7E 3D 0 1E 42 1E 21 31 2F
Octal 263 176 75 0 36 102 36 41 61 57
Binary 10110011 1111110 111101 0 11110 1000010 11110 100001 110001 101111

Color Harmonies of #B37E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37E3D

Black with #B37E3D

Text Example


Text Example

White with #B37E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37E3D; }

 p { color: rgb(179,126,61); }

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

background-color css

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

 a { background-color: rgb(179,126,61); }

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

border-color css

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

 span { border-color: rgb(179,126,61); }

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