Html Css Color HEX #B78640 Marigold

📋 copy color: '#B78640'

red 183 ◦ green 134 ◦ blue 64

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

Shades of Marigold #B78640

Tints of Marigold #B78640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 64 (25.39% from 255) = 16.8%

R = 48.03%
G = 35.17%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B78640 (or 0xB78640) is known color: Marigold. HEX triplet: B7, 86 and 40. RGB value is (183,134,64). Sum of RGB (Red+Green+Blue) = 183+134+64=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B78640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78640 is #4879BF. Grayscale: #8D8D8D. Windows color (decimal): -4749760 or 4228791. OLE color: 4228791.

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

Color convert

RGB 183 134 64 -
CMYK 0 0.27 0.65 0.28
HSL 35.29º 0.48% 0.48% -
HSV(B) 35.29º 0.65% 0.72% -
XYZ 28.98 27.49 8.63 -
YUV 140.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 183 134 64 0 0.27 0.65 0.28 35.29 0.48 0.48
Hex B7 86 40 0 1B 41 1C 23 30 30
Octal 267 206 100 0 33 101 34 43 60 60
Binary 10110111 10000110 1000000 0 11011 1000001 11100 100011 110000 110000

Color Harmonies of #B78640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78640

Black with #B78640

Text Example


Text Example

White with #B78640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78640; }

 p { color: rgb(183,134,64); }

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

background-color css

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

 a { background-color: rgb(183,134,64); }

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

border-color css

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

 span { border-color: rgb(183,134,64); }

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