Html Css Color HEX #B8873A Marigold

📋 copy color: '#B8873A'

red 184 ◦ green 135 ◦ blue 58

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

Shades of Marigold #B8873A

Tints of Marigold #B8873A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.38%

R = 48.81%
G = 35.81%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8873A (or 0xB8873A) is known color: Marigold. HEX triplet: B8, 87 and 3A. RGB value is (184,135,58). Sum of RGB (Red+Green+Blue) = 184+135+58=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8873A is #4778C5. Grayscale: #8D8D8D. Windows color (decimal): -4683974 or 3835832. OLE color: 3835832.

HSL color Cylindrical-coordinate representation of color #B8873A: hue angle of 36.67º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8873A is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 135 58 -
CMYK 0 0.27 0.68 0.28
HSL 36.67º 0.52% 0.47% -
HSV(B) 36.67º 0.68% 0.72% -
XYZ 29.19 27.82 7.83 -
YUV 140.87 81.23 158.76 -
System Red Green Blue C M Y K H S L
Decimal 184 135 58 0 0.27 0.68 0.28 36.67 0.52 0.47
Hex B8 87 3A 0 1B 44 1C 25 34 2F
Octal 270 207 72 0 33 104 34 45 64 57
Binary 10111000 10000111 111010 0 11011 1000100 11100 100101 110100 101111

Color Harmonies of #B8873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8873A

Black with #B8873A

Text Example


Text Example

White with #B8873A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8873A; }

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

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

background-color css

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

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

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

border-color css

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

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

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