Html Css Color HEX #B78346 Marigold

📋 copy color: '#B78346'

red 183 ◦ green 131 ◦ blue 70

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

Shades of Marigold #B78346

Tints of Marigold #B78346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

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

R = 47.66%
G = 34.11%
B = 18.23%

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

#B78346 (or 0xB78346) is known color: Marigold. HEX triplet: B7, 83 and 46. RGB value is (183,131,70). Sum of RGB (Red+Green+Blue) = 183+131+70=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B78346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78346 is #487CB9. Grayscale: #8B8B8B. Windows color (decimal): -4750522 or 4621239. OLE color: 4621239.

HSL color Cylindrical-coordinate representation of color #B78346: hue angle of 32.39º 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 #B78346 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 131 70 -
CMYK 0 0.28 0.62 0.28
HSL 32.39º 0.45% 0.5% -
HSV(B) 32.39º 0.62% 0.72% -
XYZ 28.75 26.74 9.44 -
YUV 139.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 183 131 70 0 0.28 0.62 0.28 32.39 0.45 0.5
Hex B7 83 46 0 1C 3E 1C 20 2D 32
Octal 267 203 106 0 34 76 34 40 55 62
Binary 10110111 10000011 1000110 0 11100 111110 11100 100000 101101 110010

Color Harmonies of #B78346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78346

Black with #B78346

Text Example


Text Example

White with #B78346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78346; }

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

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

background-color css

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

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

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

border-color css

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

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

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