Html Css Color HEX #B78440 Marigold

📋 copy color: '#B78440'

red 183 ◦ green 132 ◦ blue 64

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

Shades of Marigold #B78440

Tints of Marigold #B78440

RGB

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

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

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

R = 48.28%
G = 34.83%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B78440 (or 0xB78440) is known color: Marigold. HEX triplet: B7, 84 and 40. RGB value is (183,132,64). Sum of RGB (Red+Green+Blue) = 183+132+64=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B78440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78440 is #487BBF. Grayscale: #8B8B8B. Windows color (decimal): -4750272 or 4228279. OLE color: 4228279.

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

Color convert

RGB 183 132 64 -
CMYK 0 0.28 0.65 0.28
HSL 34.29º 0.48% 0.48% -
HSV(B) 34.29º 0.65% 0.72% -
XYZ 28.71 26.94 8.54 -
YUV 139.5 85.4 159.03 -
System Red Green Blue C M Y K H S L
Decimal 183 132 64 0 0.28 0.65 0.28 34.29 0.48 0.48
Hex B7 84 40 0 1C 41 1C 22 30 30
Octal 267 204 100 0 34 101 34 42 60 60
Binary 10110111 10000100 1000000 0 11100 1000001 11100 100010 110000 110000

Color Harmonies of #B78440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78440

Black with #B78440

Text Example


Text Example

White with #B78440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78440; }

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

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

background-color css

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

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

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

border-color css

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

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

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