Html Css Color HEX #B88448 Marigold

📋 copy color: '#B88448'

red 184 ◦ green 132 ◦ blue 72

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

Shades of Marigold #B88448

Tints of Marigold #B88448

RGB

 RED value IS 184 (72.27% from 255) = 47.42%

 GREEN value IS 132 (51.95% from 255) = 34.02%

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 47.42%
G = 34.02%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B88448 (or 0xB88448) is known color: Marigold. HEX triplet: B8, 84 and 48. RGB value is (184,132,72). Sum of RGB (Red+Green+Blue) = 184+132+72=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B88448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88448 is #477BB7. Grayscale: #8C8C8C. Windows color (decimal): -4684728 or 4752568. OLE color: 4752568.

HSL color Cylindrical-coordinate representation of color #B88448: hue angle of 32.14º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B88448 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 132 72 -
CMYK 0 0.28 0.61 0.28
HSL 32.14º 0.44% 0.5% -
HSV(B) 32.14º 0.61% 0.72% -
XYZ 29.19 27.16 9.84 -
YUV 140.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 184 132 72 0 0.28 0.61 0.28 32.14 0.44 0.5
Hex B8 84 48 0 1C 3D 1C 20 2C 32
Octal 270 204 110 0 34 75 34 40 54 62
Binary 10111000 10000100 1001000 0 11100 111101 11100 100000 101100 110010

Color Harmonies of #B88448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88448

Black with #B88448

Text Example


Text Example

White with #B88448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88448; }

 p { color: rgb(184,132,72); }

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

background-color css

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

 a { background-color: rgb(184,132,72); }

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

border-color css

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

 span { border-color: rgb(184,132,72); }

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