Html Css Color HEX #B2853B Marigold

📋 copy color: '#B2853B'

red 178 ◦ green 133 ◦ blue 59

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

Shades of Marigold #B2853B

Tints of Marigold #B2853B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.95%

R = 48.11%
G = 35.95%
B = 15.95%

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

#B2853B (or 0xB2853B) is known color: Marigold. HEX triplet: B2, 85 and 3B. RGB value is (178,133,59). Sum of RGB (Red+Green+Blue) = 178+133+59=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2853B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2853B is #4D7AC4. Grayscale: #8A8A8A. Windows color (decimal): -5077701 or 3900850. OLE color: 3900850.

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

Color convert

RGB 178 133 59 -
CMYK 0 0.25 0.67 0.30
HSL 37.31º 0.5% 0.46% -
HSV(B) 37.31º 0.67% 0.7% -
XYZ 27.54 26.56 7.81 -
YUV 138.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 178 133 59 0 0.25 0.67 0.30 37.31 0.5 0.46
Hex B2 85 3B 0 19 43 1E 25 32 2E
Octal 262 205 73 0 31 103 36 45 62 56
Binary 10110010 10000101 111011 0 11001 1000011 11110 100101 110010 101110

Color Harmonies of #B2853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2853B

Black with #B2853B

Text Example


Text Example

White with #B2853B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2853B; }

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

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

background-color css

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

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

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

border-color css

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

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

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