Html Css Color HEX #B88D44 Marigold

📋 copy color: '#B88D44'

red 184 ◦ green 141 ◦ blue 68

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

Shades of Marigold #B88D44

Tints of Marigold #B88D44

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.88%

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

R = 46.82%
G = 35.88%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B88D44 (or 0xB88D44) is known color: Marigold. HEX triplet: B8, 8D and 44. RGB value is (184,141,68). Sum of RGB (Red+Green+Blue) = 184+141+68=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88D44 is #4772BB. Grayscale: #919191. Windows color (decimal): -4682428 or 4492728. OLE color: 4492728.

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

Color convert

RGB 184 141 68 -
CMYK 0 0.23 0.63 0.28
HSL 37.76º 0.46% 0.49% -
HSV(B) 37.76º 0.63% 0.72% -
XYZ 30.34 29.66 9.59 -
YUV 145.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 184 141 68 0 0.23 0.63 0.28 37.76 0.46 0.49
Hex B8 8D 44 0 17 3F 1C 26 2E 31
Octal 270 215 104 0 27 77 34 46 56 61
Binary 10111000 10001101 1000100 0 10111 111111 11100 100110 101110 110001

Color Harmonies of #B88D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88D44

Black with #B88D44

Text Example


Text Example

White with #B88D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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