Html Css Color HEX #B78D3C Marigold

📋 copy color: '#B78D3C'

red 183 ◦ green 141 ◦ blue 60

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

Shades of Marigold #B78D3C

Tints of Marigold #B78D3C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.72%

 BLUE value IS 60 (23.83% from 255) = 15.63%

R = 47.66%
G = 36.72%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B78D3C (or 0xB78D3C) is known color: Marigold. HEX triplet: B7, 8D and 3C. RGB value is (183,141,60). Sum of RGB (Red+Green+Blue) = 183+141+60=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78D3C is #4872C3. Grayscale: #909090. Windows color (decimal): -4747972 or 3968439. OLE color: 3968439.

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

Color convert

RGB 183 141 60 -
CMYK 0 0.23 0.67 0.28
HSL 39.51º 0.51% 0.48% -
HSV(B) 39.51º 0.67% 0.72% -
XYZ 29.87 29.44 8.38 -
YUV 144.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 183 141 60 0 0.23 0.67 0.28 39.51 0.51 0.48
Hex B7 8D 3C 0 17 43 1C 28 33 30
Octal 267 215 74 0 27 103 34 50 63 60
Binary 10110111 10001101 111100 0 10111 1000011 11100 101000 110011 110000

Color Harmonies of #B78D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78D3C

Black with #B78D3C

Text Example


Text Example

White with #B78D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78D3C; }

 p { color: rgb(183,141,60); }

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

background-color css

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

 a { background-color: rgb(183,141,60); }

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

border-color css

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

 span { border-color: rgb(183,141,60); }

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