Html Css Color HEX #B88440 Marigold

📋 copy color: '#B88440'

red 184 ◦ green 132 ◦ blue 64

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

Shades of Marigold #B88440

Tints of Marigold #B88440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 48.42%
G = 34.74%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B88440 (or 0xB88440) is known color: Marigold. HEX triplet: B8, 84 and 40. RGB value is (184,132,64). Sum of RGB (Red+Green+Blue) = 184+132+64=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B88440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88440 is #477BBF. Grayscale: #8C8C8C. Windows color (decimal): -4684736 or 4228280. OLE color: 4228280.

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

Color convert

RGB 184 132 64 -
CMYK 0 0.28 0.65 0.28
HSL 34º 0.48% 0.49% -
HSV(B) 34º 0.65% 0.72% -
XYZ 28.94 27.06 8.55 -
YUV 139.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 184 132 64 0 0.28 0.65 0.28 34 0.48 0.49
Hex B8 84 40 0 1C 41 1C 22 30 31
Octal 270 204 100 0 34 101 34 42 60 61
Binary 10111000 10000100 1000000 0 11100 1000001 11100 100010 110000 110001

Color Harmonies of #B88440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88440

Black with #B88440

Text Example


Text Example

White with #B88440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88440; }

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

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

background-color css

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

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

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

border-color css

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

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

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