Html Css Color HEX #B88D3C Marigold

📋 copy color: '#B88D3C'

red 184 ◦ green 141 ◦ blue 60

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

Shades of Marigold #B88D3C

Tints of Marigold #B88D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.58%

R = 47.79%
G = 36.62%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B88D3C (or 0xB88D3C) is known color: Marigold. HEX triplet: B8, 8D and 3C. RGB value is (184,141,60). Sum of RGB (Red+Green+Blue) = 184+141+60=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88D3C is #4772C3. Grayscale: #909090. Windows color (decimal): -4682436 or 3968440. OLE color: 3968440.

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

Color convert

RGB 184 141 60 -
CMYK 0 0.23 0.67 0.28
HSL 39.19º 0.51% 0.48% -
HSV(B) 39.19º 0.67% 0.72% -
XYZ 30.11 29.57 8.39 -
YUV 144.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 184 141 60 0 0.23 0.67 0.28 39.19 0.51 0.48
Hex B8 8D 3C 0 17 43 1C 27 33 30
Octal 270 215 74 0 27 103 34 47 63 60
Binary 10111000 10001101 111100 0 10111 1000011 11100 100111 110011 110000

Color Harmonies of #B88D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88D3C

Black with #B88D3C

Text Example


Text Example

White with #B88D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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