Html Css Color HEX #B78848 Marigold

📋 copy color: '#B78848'

red 183 ◦ green 136 ◦ blue 72

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

Shades of Marigold #B78848

Tints of Marigold #B78848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.78%

 BLUE value IS 72 (28.52% from 255) = 18.41%

R = 46.8%
G = 34.78%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B78848 (or 0xB78848) is known color: Marigold. HEX triplet: B7, 88 and 48. RGB value is (183,136,72). Sum of RGB (Red+Green+Blue) = 183+136+72=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B78848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78848 is #4877B7. Grayscale: #8F8F8F. Windows color (decimal): -4749240 or 4753591. OLE color: 4753591.

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

Color convert

RGB 183 136 72 -
CMYK 0 0.26 0.61 0.28
HSL 34.59º 0.44% 0.5% -
HSV(B) 34.59º 0.61% 0.72% -
XYZ 29.5 28.14 10.01 -
YUV 142.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 183 136 72 0 0.26 0.61 0.28 34.59 0.44 0.5
Hex B7 88 48 0 1A 3D 1C 23 2C 32
Octal 267 210 110 0 32 75 34 43 54 62
Binary 10110111 10001000 1001000 0 11010 111101 11100 100011 101100 110010

Color Harmonies of #B78848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78848

Black with #B78848

Text Example


Text Example

White with #B78848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78848; }

 p { color: rgb(183,136,72); }

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

background-color css

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

 a { background-color: rgb(183,136,72); }

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

border-color css

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

 span { border-color: rgb(183,136,72); }

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