Html Css Color HEX #B88544 Marigold

📋 copy color: '#B88544'

red 184 ◦ green 133 ◦ blue 68

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

Shades of Marigold #B88544

Tints of Marigold #B88544

RGB

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

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

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

R = 47.79%
G = 34.55%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B88544 (or 0xB88544) is known color: Marigold. HEX triplet: B8, 85 and 44. RGB value is (184,133,68). Sum of RGB (Red+Green+Blue) = 184+133+68=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B88544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88544 is #477ABB. Grayscale: #8D8D8D. Windows color (decimal): -4684476 or 4490680. OLE color: 4490680.

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

Color convert

RGB 184 133 68 -
CMYK 0 0.28 0.63 0.28
HSL 33.62º 0.46% 0.49% -
HSV(B) 33.62º 0.63% 0.72% -
XYZ 29.2 27.38 9.22 -
YUV 140.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 184 133 68 0 0.28 0.63 0.28 33.62 0.46 0.49
Hex B8 85 44 0 1C 3F 1C 22 2E 31
Octal 270 205 104 0 34 77 34 42 56 61
Binary 10111000 10000101 1000100 0 11100 111111 11100 100010 101110 110001

Color Harmonies of #B88544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88544

Black with #B88544

Text Example


Text Example

White with #B88544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88544; }

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

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

background-color css

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

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

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

border-color css

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

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

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