Html Css Color HEX #B88445 Marigold

📋 copy color: '#B88445'

red 184 ◦ green 132 ◦ blue 69

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

Shades of Marigold #B88445

Tints of Marigold #B88445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.92%

R = 47.79%
G = 34.29%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B88445 (or 0xB88445) is known color: Marigold. HEX triplet: B8, 84 and 45. RGB value is (184,132,69). Sum of RGB (Red+Green+Blue) = 184+132+69=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B88445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88445 is #477BBA. Grayscale: #8C8C8C. Windows color (decimal): -4684731 or 4555960. OLE color: 4555960.

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

Color convert

RGB 184 132 69 -
CMYK 0 0.28 0.62 0.28
HSL 32.87º 0.45% 0.5% -
HSV(B) 32.87º 0.63% 0.72% -
XYZ 29.09 27.12 9.33 -
YUV 140.37 87.73 159.12 -
System Red Green Blue C M Y K H S L
Decimal 184 132 69 0 0.28 0.62 0.28 32.87 0.45 0.5
Hex B8 84 45 0 1C 3E 1C 21 2D 32
Octal 270 204 105 0 34 76 34 41 55 62
Binary 10111000 10000100 1000101 0 11100 111110 11100 100001 101101 110010

Color Harmonies of #B88445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88445

Black with #B88445

Text Example


Text Example

White with #B88445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88445; }

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

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

background-color css

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

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

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

border-color css

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

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

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