Html Css Color HEX #B28844 Marigold

📋 copy color: '#B28844'

red 178 ◦ green 136 ◦ blue 68

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

Shades of Marigold #B28844

Tints of Marigold #B28844

RGB

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

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

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

R = 46.6%
G = 35.6%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B28844 (or 0xB28844) is known color: Marigold. HEX triplet: B2, 88 and 44. RGB value is (178,136,68). Sum of RGB (Red+Green+Blue) = 178+136+68=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B28844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28844 is #4D77BB. Grayscale: #8D8D8D. Windows color (decimal): -5076924 or 4491442. OLE color: 4491442.

HSL color Cylindrical-coordinate representation of color #B28844: hue angle of 37.09º 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 #B28844 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 68 -
CMYK 0 0.24 0.62 0.30
HSL 37.09º 0.45% 0.48% -
HSV(B) 37.09º 0.62% 0.7% -
XYZ 28.21 27.49 9.29 -
YUV 140.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 178 136 68 0 0.24 0.62 0.30 37.09 0.45 0.48
Hex B2 88 44 0 18 3E 1E 25 2D 30
Octal 262 210 104 0 30 76 36 45 55 60
Binary 10110010 10001000 1000100 0 11000 111110 11110 100101 101101 110000

Color Harmonies of #B28844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28844

Black with #B28844

Text Example


Text Example

White with #B28844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28844; }

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

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

background-color css

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

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

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

border-color css

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

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

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