Html Css Color HEX #B8873D Marigold

📋 copy color: '#B8873D'

red 184 ◦ green 135 ◦ blue 61

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

Shades of Marigold #B8873D

Tints of Marigold #B8873D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.53%

 BLUE value IS 61 (24.22% from 255) = 16.05%

R = 48.42%
G = 35.53%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B8873D (or 0xB8873D) is known color: Marigold. HEX triplet: B8, 87 and 3D. RGB value is (184,135,61). Sum of RGB (Red+Green+Blue) = 184+135+61=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B8873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8873D is #4778C2. Grayscale: #8D8D8D. Windows color (decimal): -4683971 or 4032440. OLE color: 4032440.

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

Color convert

RGB 184 135 61 -
CMYK 0 0.27 0.67 0.28
HSL 36.1º 0.5% 0.48% -
HSV(B) 36.1º 0.67% 0.72% -
XYZ 29.27 27.86 8.25 -
YUV 141.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 184 135 61 0 0.27 0.67 0.28 36.1 0.5 0.48
Hex B8 87 3D 0 1B 43 1C 24 32 30
Octal 270 207 75 0 33 103 34 44 62 60
Binary 10111000 10000111 111101 0 11011 1000011 11100 100100 110010 110000

Color Harmonies of #B8873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8873D

Black with #B8873D

Text Example


Text Example

White with #B8873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8873D; }

 p { color: rgb(184,135,61); }

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

background-color css

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

 a { background-color: rgb(184,135,61); }

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

border-color css

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

 span { border-color: rgb(184,135,61); }

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