Html Css Color HEX #B28241 Marigold

📋 copy color: '#B28241'

red 178 ◦ green 130 ◦ blue 65

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

Shades of Marigold #B28241

Tints of Marigold #B28241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.43%

R = 47.72%
G = 34.85%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B28241 (or 0xB28241) is known color: Marigold. HEX triplet: B2, 82 and 41. RGB value is (178,130,65). Sum of RGB (Red+Green+Blue) = 178+130+65=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B28241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28241 is #4D7DBE. Grayscale: #898989. Windows color (decimal): -5078463 or 4293298. OLE color: 4293298.

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

Color convert

RGB 178 130 65 -
CMYK 0 0.27 0.63 0.30
HSL 34.51º 0.47% 0.48% -
HSV(B) 34.51º 0.63% 0.7% -
XYZ 27.3 25.81 8.54 -
YUV 136.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 178 130 65 0 0.27 0.63 0.30 34.51 0.47 0.48
Hex B2 82 41 0 1B 3F 1E 23 2F 30
Octal 262 202 101 0 33 77 36 43 57 60
Binary 10110010 10000010 1000001 0 11011 111111 11110 100011 101111 110000

Color Harmonies of #B28241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28241

Black with #B28241

Text Example


Text Example

White with #B28241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28241; }

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

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

background-color css

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

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

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

border-color css

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

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

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