Html Css Color HEX #B2853C Marigold

📋 copy color: '#B2853C'

red 178 ◦ green 133 ◦ blue 60

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

Shades of Marigold #B2853C

Tints of Marigold #B2853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 47.98%
G = 35.85%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2853C (or 0xB2853C) is known color: Marigold. HEX triplet: B2, 85 and 3C. RGB value is (178,133,60). Sum of RGB (Red+Green+Blue) = 178+133+60=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2853C is #4D7AC3. Grayscale: #8A8A8A. Windows color (decimal): -5077700 or 3966386. OLE color: 3966386.

HSL color Cylindrical-coordinate representation of color #B2853C: hue angle of 37.12º 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 #B2853C is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 133 60 -
CMYK 0 0.25 0.66 0.30
HSL 37.12º 0.5% 0.47% -
HSV(B) 37.12º 0.66% 0.7% -
XYZ 27.56 26.57 7.95 -
YUV 138.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 178 133 60 0 0.25 0.66 0.30 37.12 0.5 0.47
Hex B2 85 3C 0 19 42 1E 25 32 2F
Octal 262 205 74 0 31 102 36 45 62 57
Binary 10110010 10000101 111100 0 11001 1000010 11110 100101 110010 101111

Color Harmonies of #B2853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2853C

Black with #B2853C

Text Example


Text Example

White with #B2853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2853C; }

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

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

background-color css

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

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

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

border-color css

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

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

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