Html Css Color HEX #B78242 Marigold

📋 copy color: '#B78242'

red 183 ◦ green 130 ◦ blue 66

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

Shades of Marigold #B78242

Tints of Marigold #B78242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

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

R = 48.28%
G = 34.3%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B78242 (or 0xB78242) is known color: Marigold. HEX triplet: B7, 82 and 42. RGB value is (183,130,66). Sum of RGB (Red+Green+Blue) = 183+130+66=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B78242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78242 is #487DBD. Grayscale: #8A8A8A. Windows color (decimal): -4750782 or 4358839. OLE color: 4358839.

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

Color convert

RGB 183 130 66 -
CMYK 0 0.29 0.64 0.28
HSL 32.82º 0.47% 0.49% -
HSV(B) 32.82º 0.64% 0.72% -
XYZ 28.49 26.43 8.75 -
YUV 138.55 87.06 159.7 -
System Red Green Blue C M Y K H S L
Decimal 183 130 66 0 0.29 0.64 0.28 32.82 0.47 0.49
Hex B7 82 42 0 1D 40 1C 21 2F 31
Octal 267 202 102 0 35 100 34 41 57 61
Binary 10110111 10000010 1000010 0 11101 1000000 11100 100001 101111 110001

Color Harmonies of #B78242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78242

Black with #B78242

Text Example


Text Example

White with #B78242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78242; }

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

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

background-color css

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

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

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

border-color css

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

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

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