Html Css Color HEX #B88C40 Marigold

📋 copy color: '#B88C40'

red 184 ◦ green 140 ◦ blue 64

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

Shades of Marigold #B88C40

Tints of Marigold #B88C40

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.08%

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

R = 47.42%
G = 36.08%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B88C40 (or 0xB88C40) is known color: Marigold. HEX triplet: B8, 8C and 40. RGB value is (184,140,64). Sum of RGB (Red+Green+Blue) = 184+140+64=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88C40 is #4773BF. Grayscale: #909090. Windows color (decimal): -4682688 or 4230328. OLE color: 4230328.

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

Color convert

RGB 184 140 64 -
CMYK 0 0.24 0.65 0.28
HSL 38º 0.48% 0.49% -
HSV(B) 38º 0.65% 0.72% -
XYZ 30.07 29.32 8.92 -
YUV 144.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 184 140 64 0 0.24 0.65 0.28 38 0.48 0.49
Hex B8 8C 40 0 18 41 1C 26 30 31
Octal 270 214 100 0 30 101 34 46 60 61
Binary 10111000 10001100 1000000 0 11000 1000001 11100 100110 110000 110001

Color Harmonies of #B88C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88C40

Black with #B88C40

Text Example


Text Example

White with #B88C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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