Html Css Color HEX #B78341 Marigold

📋 copy color: '#B78341'

red 183 ◦ green 131 ◦ blue 65

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

Shades of Marigold #B78341

Tints of Marigold #B78341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.15%

R = 48.28%
G = 34.56%
B = 17.15%

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

#B78341 (or 0xB78341) is known color: Marigold. HEX triplet: B7, 83 and 41. RGB value is (183,131,65). Sum of RGB (Red+Green+Blue) = 183+131+65=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B78341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78341 is #487CBE. Grayscale: #8B8B8B. Windows color (decimal): -4750527 or 4293559. OLE color: 4293559.

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

Color convert

RGB 183 131 65 -
CMYK 0 0.28 0.64 0.28
HSL 33.56º 0.48% 0.49% -
HSV(B) 33.56º 0.64% 0.72% -
XYZ 28.6 26.68 8.64 -
YUV 139.02 86.23 159.37 -
System Red Green Blue C M Y K H S L
Decimal 183 131 65 0 0.28 0.64 0.28 33.56 0.48 0.49
Hex B7 83 41 0 1C 40 1C 22 30 31
Octal 267 203 101 0 34 100 34 42 60 61
Binary 10110111 10000011 1000001 0 11100 1000000 11100 100010 110000 110001

Color Harmonies of #B78341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78341

Black with #B78341

Text Example


Text Example

White with #B78341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78341; }

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

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

background-color css

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

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

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

border-color css

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

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

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