Html Css Color HEX #B78140 Marigold

📋 copy color: '#B78140'

red 183 ◦ green 129 ◦ blue 64

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

Shades of Marigold #B78140

Tints of Marigold #B78140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 48.67%
G = 34.31%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B78140 (or 0xB78140) is known color: Marigold. HEX triplet: B7, 81 and 40. RGB value is (183,129,64). Sum of RGB (Red+Green+Blue) = 183+129+64=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B78140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78140 is #487EBF. Grayscale: #8A8A8A. Windows color (decimal): -4751040 or 4227511. OLE color: 4227511.

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

Color convert

RGB 183 129 64 -
CMYK 0 0.30 0.65 0.28
HSL 32.77º 0.48% 0.48% -
HSV(B) 32.77º 0.65% 0.72% -
XYZ 28.3 26.14 8.4 -
YUV 137.74 86.39 160.29 -
System Red Green Blue C M Y K H S L
Decimal 183 129 64 0 0.30 0.65 0.28 32.77 0.48 0.48
Hex B7 81 40 0 1E 41 1C 21 30 30
Octal 267 201 100 0 36 101 34 41 60 60
Binary 10110111 10000001 1000000 0 11110 1000001 11100 100001 110000 110000

Color Harmonies of #B78140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78140

Black with #B78140

Text Example


Text Example

White with #B78140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78140; }

 p { color: rgb(183,129,64); }

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

background-color css

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

 a { background-color: rgb(183,129,64); }

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

border-color css

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

 span { border-color: rgb(183,129,64); }

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