Html Css Color HEX #B8883C Marigold

📋 copy color: '#B8883C'

red 184 ◦ green 136 ◦ blue 60

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

Shades of Marigold #B8883C

Tints of Marigold #B8883C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.79%

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

R = 48.42%
G = 35.79%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B8883C (or 0xB8883C) is known color: Marigold. HEX triplet: B8, 88 and 3C. RGB value is (184,136,60). Sum of RGB (Red+Green+Blue) = 184+136+60=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B8883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8883C is #4777C3. Grayscale: #8E8E8E. Windows color (decimal): -4683716 or 3967160. OLE color: 3967160.

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

Color convert

RGB 184 136 60 -
CMYK 0 0.26 0.67 0.28
HSL 36.77º 0.51% 0.48% -
HSV(B) 36.77º 0.67% 0.72% -
XYZ 29.39 28.12 8.15 -
YUV 141.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 184 136 60 0 0.26 0.67 0.28 36.77 0.51 0.48
Hex B8 88 3C 0 1A 43 1C 25 33 30
Octal 270 210 74 0 32 103 34 45 63 60
Binary 10111000 10001000 111100 0 11010 1000011 11100 100101 110011 110000

Color Harmonies of #B8883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8883C

Black with #B8883C

Text Example


Text Example

White with #B8883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8883C; }

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

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

background-color css

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

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

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

border-color css

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

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

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