Html Css Color HEX #B78442 Marigold

📋 copy color: '#B78442'

red 183 ◦ green 132 ◦ blue 66

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

Shades of Marigold #B78442

Tints of Marigold #B78442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.32%

R = 48.03%
G = 34.65%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B78442 (or 0xB78442) is known color: Marigold. HEX triplet: B7, 84 and 42. RGB value is (183,132,66). Sum of RGB (Red+Green+Blue) = 183+132+66=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B78442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78442 is #487BBD. Grayscale: #8C8C8C. Windows color (decimal): -4750270 or 4359351. OLE color: 4359351.

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

Color convert

RGB 183 132 66 -
CMYK 0 0.28 0.64 0.28
HSL 33.85º 0.47% 0.49% -
HSV(B) 33.85º 0.64% 0.72% -
XYZ 28.76 26.96 8.84 -
YUV 139.73 86.4 158.87 -
System Red Green Blue C M Y K H S L
Decimal 183 132 66 0 0.28 0.64 0.28 33.85 0.47 0.49
Hex B7 84 42 0 1C 40 1C 22 2F 31
Octal 267 204 102 0 34 100 34 42 57 61
Binary 10110111 10000100 1000010 0 11100 1000000 11100 100010 101111 110001

Color Harmonies of #B78442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78442

Black with #B78442

Text Example


Text Example

White with #B78442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78442; }

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

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

background-color css

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

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

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

border-color css

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

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

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