Html Css Color HEX #B28336 Marigold

📋 copy color: '#B28336'

red 178 ◦ green 131 ◦ blue 54

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

Shades of Marigold #B28336

Tints of Marigold #B28336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

 BLUE value IS 54 (21.48% from 255) = 14.88%

R = 49.04%
G = 36.09%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B28336 (or 0xB28336) is known color: Marigold. HEX triplet: B2, 83 and 36. RGB value is (178,131,54). Sum of RGB (Red+Green+Blue) = 178+131+54=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B28336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28336 is #4D7CC9. Grayscale: #888888. Windows color (decimal): -5078218 or 3572658. OLE color: 3572658.

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

Color convert

RGB 178 131 54 -
CMYK 0 0.26 0.70 0.30
HSL 37.26º 0.53% 0.45% -
HSV(B) 37.26º 0.7% 0.7% -
XYZ 27.14 25.96 7.07 -
YUV 136.28 81.57 157.76 -
System Red Green Blue C M Y K H S L
Decimal 178 131 54 0 0.26 0.70 0.30 37.26 0.53 0.45
Hex B2 83 36 0 1A 46 1E 25 35 2D
Octal 262 203 66 0 32 106 36 45 65 55
Binary 10110010 10000011 110110 0 11010 1000110 11110 100101 110101 101101

Color Harmonies of #B28336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28336

Black with #B28336

Text Example


Text Example

White with #B28336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28336; }

 p { color: rgb(178,131,54); }

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

background-color css

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

 a { background-color: rgb(178,131,54); }

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

border-color css

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

 span { border-color: rgb(178,131,54); }

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