Html Css Color HEX #B78C3C Marigold

📋 copy color: '#B78C3C'

red 183 ◦ green 140 ◦ blue 60

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

Shades of Marigold #B78C3C

Tints of Marigold #B78C3C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

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

R = 47.78%
G = 36.55%
B = 15.67%

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

#B78C3C (or 0xB78C3C) is known color: Marigold. HEX triplet: B7, 8C and 3C. RGB value is (183,140,60). Sum of RGB (Red+Green+Blue) = 183+140+60=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C3C is #4873C3. Grayscale: #909090. Windows color (decimal): -4748228 or 3968183. OLE color: 3968183.

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

Color convert

RGB 183 140 60 -
CMYK 0 0.23 0.67 0.28
HSL 39.02º 0.51% 0.48% -
HSV(B) 39.02º 0.67% 0.72% -
XYZ 29.72 29.15 8.33 -
YUV 143.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 183 140 60 0 0.23 0.67 0.28 39.02 0.51 0.48
Hex B7 8C 3C 0 17 43 1C 27 33 30
Octal 267 214 74 0 27 103 34 47 63 60
Binary 10110111 10001100 111100 0 10111 1000011 11100 100111 110011 110000

Color Harmonies of #B78C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78C3C

Black with #B78C3C

Text Example


Text Example

White with #B78C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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