Html Css Color HEX #B28840 Marigold

📋 copy color: '#B28840'

red 178 ◦ green 136 ◦ blue 64

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

Shades of Marigold #B28840

Tints of Marigold #B28840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

 BLUE value IS 64 (25.39% from 255) = 16.93%

R = 47.09%
G = 35.98%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B28840 (or 0xB28840) is known color: Marigold. HEX triplet: B2, 88 and 40. RGB value is (178,136,64). Sum of RGB (Red+Green+Blue) = 178+136+64=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B28840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28840 is #4D77BF. Grayscale: #8C8C8C. Windows color (decimal): -5076928 or 4229298. OLE color: 4229298.

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

Color convert

RGB 178 136 64 -
CMYK 0 0.24 0.64 0.30
HSL 37.89º 0.47% 0.47% -
HSV(B) 37.89º 0.64% 0.7% -
XYZ 28.09 27.44 8.67 -
YUV 140.35 84.91 154.85 -
System Red Green Blue C M Y K H S L
Decimal 178 136 64 0 0.24 0.64 0.30 37.89 0.47 0.47
Hex B2 88 40 0 18 40 1E 26 2F 2F
Octal 262 210 100 0 30 100 36 46 57 57
Binary 10110010 10001000 1000000 0 11000 1000000 11110 100110 101111 101111

Color Harmonies of #B28840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28840

Black with #B28840

Text Example


Text Example

White with #B28840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28840; }

 p { color: rgb(178,136,64); }

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

background-color css

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

 a { background-color: rgb(178,136,64); }

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

border-color css

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

 span { border-color: rgb(178,136,64); }

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