Html Css Color HEX #B78342 Marigold

📋 copy color: '#B78342'

red 183 ◦ green 131 ◦ blue 66

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

Shades of Marigold #B78342

Tints of Marigold #B78342

RGB

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

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

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

R = 48.16%
G = 34.47%
B = 17.37%

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

#B78342 (or 0xB78342) is known color: Marigold. HEX triplet: B7, 83 and 42. RGB value is (183,131,66). Sum of RGB (Red+Green+Blue) = 183+131+66=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B78342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78342 is #487CBD. Grayscale: #8B8B8B. Windows color (decimal): -4750526 or 4359095. OLE color: 4359095.

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

Color convert

RGB 183 131 66 -
CMYK 0 0.28 0.64 0.28
HSL 33.33º 0.47% 0.49% -
HSV(B) 33.33º 0.64% 0.72% -
XYZ 28.63 26.69 8.8 -
YUV 139.14 86.73 159.29 -
System Red Green Blue C M Y K H S L
Decimal 183 131 66 0 0.28 0.64 0.28 33.33 0.47 0.49
Hex B7 83 42 0 1C 40 1C 21 2F 31
Octal 267 203 102 0 34 100 34 41 57 61
Binary 10110111 10000011 1000010 0 11100 1000000 11100 100001 101111 110001

Color Harmonies of #B78342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78342

Black with #B78342

Text Example


Text Example

White with #B78342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78342; }

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

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

background-color css

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

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

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

border-color css

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

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

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