Html Css Color HEX #B1843E Marigold

📋 copy color: '#B1843E'

red 177 ◦ green 132 ◦ blue 62

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

Shades of Marigold #B1843E

Tints of Marigold #B1843E

RGB

 RED value IS 177 (69.53% from 255) = 47.71%

 GREEN value IS 132 (51.95% from 255) = 35.58%

 BLUE value IS 62 (24.61% from 255) = 16.71%

R = 47.71%
G = 35.58%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1843E (or 0xB1843E) is known color: Marigold. HEX triplet: B1, 84 and 3E. RGB value is (177,132,62). Sum of RGB (Red+Green+Blue) = 177+132+62=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1843E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1843E is #4E7BC1. Grayscale: #898989. Windows color (decimal): -5143490 or 4097201. OLE color: 4097201.

HSL color Cylindrical-coordinate representation of color #B1843E: hue angle of 36.52º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1843E is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 132 62 -
CMYK 0 0.25 0.65 0.31
HSL 36.52º 0.48% 0.47% -
HSV(B) 36.52º 0.65% 0.69% -
XYZ 27.25 26.2 8.18 -
YUV 137.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 177 132 62 0 0.25 0.65 0.31 36.52 0.48 0.47
Hex B1 84 3E 0 19 41 1F 25 30 2F
Octal 261 204 76 0 31 101 37 45 60 57
Binary 10110001 10000100 111110 0 11001 1000001 11111 100101 110000 101111

Color Harmonies of #B1843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1843E

Black with #B1843E

Text Example


Text Example

White with #B1843E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1843E; }

 p { color: rgb(177,132,62); }

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

background-color css

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

 a { background-color: rgb(177,132,62); }

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

border-color css

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

 span { border-color: rgb(177,132,62); }

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