Html Css Color HEX #B28244 Marigold

📋 copy color: '#B28244'

red 178 ◦ green 130 ◦ blue 68

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

Shades of Marigold #B28244

Tints of Marigold #B28244

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.57%

 BLUE value IS 68 (26.95% from 255) = 18.09%

R = 47.34%
G = 34.57%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B28244 (or 0xB28244) is known color: Marigold. HEX triplet: B2, 82 and 44. RGB value is (178,130,68). Sum of RGB (Red+Green+Blue) = 178+130+68=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B28244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28244 is #4D7DBB. Grayscale: #898989. Windows color (decimal): -5078460 or 4489906. OLE color: 4489906.

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

Color convert

RGB 178 130 68 -
CMYK 0 0.27 0.62 0.30
HSL 33.82º 0.45% 0.48% -
HSV(B) 33.82º 0.62% 0.7% -
XYZ 27.39 25.85 9.01 -
YUV 137.28 88.9 157.04 -
System Red Green Blue C M Y K H S L
Decimal 178 130 68 0 0.27 0.62 0.30 33.82 0.45 0.48
Hex B2 82 44 0 1B 3E 1E 22 2D 30
Octal 262 202 104 0 33 76 36 42 55 60
Binary 10110010 10000010 1000100 0 11011 111110 11110 100010 101101 110000

Color Harmonies of #B28244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28244

Black with #B28244

Text Example


Text Example

White with #B28244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28244; }

 p { color: rgb(178,130,68); }

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

background-color css

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

 a { background-color: rgb(178,130,68); }

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

border-color css

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

 span { border-color: rgb(178,130,68); }

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