Html Css Color HEX #B78446 Marigold

📋 copy color: '#B78446'

red 183 ◦ green 132 ◦ blue 70

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

Shades of Marigold #B78446

Tints of Marigold #B78446

RGB

 RED value IS 183 (71.88% from 255) = 47.53%

 GREEN value IS 132 (51.95% from 255) = 34.29%

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 47.53%
G = 34.29%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B78446 (or 0xB78446) is known color: Marigold. HEX triplet: B7, 84 and 46. RGB value is (183,132,70). Sum of RGB (Red+Green+Blue) = 183+132+70=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B78446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78446 is #487BB9. Grayscale: #8C8C8C. Windows color (decimal): -4750266 or 4621495. OLE color: 4621495.

HSL color Cylindrical-coordinate representation of color #B78446: hue angle of 32.92º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B78446 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 132 70 -
CMYK 0 0.28 0.62 0.28
HSL 32.92º 0.45% 0.5% -
HSV(B) 32.92º 0.62% 0.72% -
XYZ 28.89 27.01 9.49 -
YUV 140.18 88.4 158.54 -
System Red Green Blue C M Y K H S L
Decimal 183 132 70 0 0.28 0.62 0.28 32.92 0.45 0.5
Hex B7 84 46 0 1C 3E 1C 21 2D 32
Octal 267 204 106 0 34 76 34 41 55 62
Binary 10110111 10000100 1000110 0 11100 111110 11100 100001 101101 110010

Color Harmonies of #B78446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78446

Black with #B78446

Text Example


Text Example

White with #B78446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78446; }

 p { color: rgb(183,132,70); }

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

background-color css

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

 a { background-color: rgb(183,132,70); }

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

border-color css

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

 span { border-color: rgb(183,132,70); }

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