Html Css Color HEX #B2853A Marigold

📋 copy color: '#B2853A'

red 178 ◦ green 133 ◦ blue 58

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

Shades of Marigold #B2853A

Tints of Marigold #B2853A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.72%

R = 48.24%
G = 36.04%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2853A (or 0xB2853A) is known color: Marigold. HEX triplet: B2, 85 and 3A. RGB value is (178,133,58). Sum of RGB (Red+Green+Blue) = 178+133+58=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2853A is #4D7AC5. Grayscale: #8A8A8A. Windows color (decimal): -5077702 or 3835314. OLE color: 3835314.

HSL color Cylindrical-coordinate representation of color #B2853A: hue angle of 37.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2853A is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 133 58 -
CMYK 0 0.25 0.67 0.30
HSL 37.5º 0.51% 0.46% -
HSV(B) 37.5º 0.67% 0.7% -
XYZ 27.51 26.55 7.68 -
YUV 137.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 178 133 58 0 0.25 0.67 0.30 37.5 0.51 0.46
Hex B2 85 3A 0 19 43 1E 26 33 2E
Octal 262 205 72 0 31 103 36 46 63 56
Binary 10110010 10000101 111010 0 11001 1000011 11110 100110 110011 101110

Color Harmonies of #B2853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2853A

Black with #B2853A

Text Example


Text Example

White with #B2853A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2853A; }

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

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

background-color css

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

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

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

border-color css

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

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

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