Html Css Color HEX #B2843C Marigold

📋 copy color: '#B2843C'

red 178 ◦ green 132 ◦ blue 60

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

Shades of Marigold #B2843C

Tints of Marigold #B2843C

RGB

 RED value IS 178 (69.92% from 255) = 48.11%

 GREEN value IS 132 (51.95% from 255) = 35.68%

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

R = 48.11%
G = 35.68%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2843C (or 0xB2843C) is known color: Marigold. HEX triplet: B2, 84 and 3C. RGB value is (178,132,60). Sum of RGB (Red+Green+Blue) = 178+132+60=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2843C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2843C is #4D7BC3. Grayscale: #898989. Windows color (decimal): -5077956 or 3966130. OLE color: 3966130.

HSL color Cylindrical-coordinate representation of color #B2843C: hue angle of 36.61º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2843C is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 60 -
CMYK 0 0.26 0.66 0.30
HSL 36.61º 0.5% 0.47% -
HSV(B) 36.61º 0.66% 0.7% -
XYZ 27.43 26.29 7.9 -
YUV 137.55 84.24 156.85 -
System Red Green Blue C M Y K H S L
Decimal 178 132 60 0 0.26 0.66 0.30 36.61 0.5 0.47
Hex B2 84 3C 0 1A 42 1E 25 32 2F
Octal 262 204 74 0 32 102 36 45 62 57
Binary 10110010 10000100 111100 0 11010 1000010 11110 100101 110010 101111

Color Harmonies of #B2843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2843C

Black with #B2843C

Text Example


Text Example

White with #B2843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2843C; }

 p { color: rgb(178,132,60); }

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

background-color css

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

 a { background-color: rgb(178,132,60); }

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

border-color css

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

 span { border-color: rgb(178,132,60); }

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