Html Css Color HEX #B88548 Marigold

📋 copy color: '#B88548'

red 184 ◦ green 133 ◦ blue 72

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

Shades of Marigold #B88548

Tints of Marigold #B88548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

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

R = 47.3%
G = 34.19%
B = 18.51%

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

#B88548 (or 0xB88548) is known color: Marigold. HEX triplet: B8, 85 and 48. RGB value is (184,133,72). Sum of RGB (Red+Green+Blue) = 184+133+72=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B88548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88548 is #477AB7. Grayscale: #8D8D8D. Windows color (decimal): -4684472 or 4752824. OLE color: 4752824.

HSL color Cylindrical-coordinate representation of color #B88548: hue angle of 32.68º 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 #B88548 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 133 72 -
CMYK 0 0.28 0.61 0.28
HSL 32.68º 0.44% 0.5% -
HSV(B) 32.68º 0.61% 0.72% -
XYZ 29.32 27.43 9.88 -
YUV 141.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 184 133 72 0 0.28 0.61 0.28 32.68 0.44 0.5
Hex B8 85 48 0 1C 3D 1C 21 2C 32
Octal 270 205 110 0 34 75 34 41 54 62
Binary 10111000 10000101 1001000 0 11100 111101 11100 100001 101100 110010

Color Harmonies of #B88548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88548

Black with #B88548

Text Example


Text Example

White with #B88548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88548; }

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

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

background-color css

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

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

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

border-color css

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

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

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