Html Css Color HEX #B18640 Marigold

📋 copy color: '#B18640'

red 177 ◦ green 134 ◦ blue 64

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

Shades of Marigold #B18640

Tints of Marigold #B18640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 47.2%
G = 35.73%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B18640 (or 0xB18640) is known color: Marigold. HEX triplet: B1, 86 and 40. RGB value is (177,134,64). Sum of RGB (Red+Green+Blue) = 177+134+64=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B18640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18640 is #4E79BF. Grayscale: #8B8B8B. Windows color (decimal): -5142976 or 4228785. OLE color: 4228785.

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

Color convert

RGB 177 134 64 -
CMYK 0 0.24 0.64 0.31
HSL 37.17º 0.47% 0.47% -
HSV(B) 37.17º 0.64% 0.69% -
XYZ 27.58 26.77 8.56 -
YUV 138.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 177 134 64 0 0.24 0.64 0.31 37.17 0.47 0.47
Hex B1 86 40 0 18 40 1F 25 2F 2F
Octal 261 206 100 0 30 100 37 45 57 57
Binary 10110001 10000110 1000000 0 11000 1000000 11111 100101 101111 101111

Color Harmonies of #B18640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18640

Black with #B18640

Text Example


Text Example

White with #B18640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18640; }

 p { color: rgb(177,134,64); }

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

background-color css

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

 a { background-color: rgb(177,134,64); }

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

border-color css

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

 span { border-color: rgb(177,134,64); }

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