Html Css Color HEX #B38840 Marigold

📋 copy color: '#B38840'

red 179 ◦ green 136 ◦ blue 64

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

Shades of Marigold #B38840

Tints of Marigold #B38840

RGB

 RED value IS 179 (70.31% from 255) = 47.23%

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

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

R = 47.23%
G = 35.88%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B38840 (or 0xB38840) is known color: Marigold. HEX triplet: B3, 88 and 40. RGB value is (179,136,64). Sum of RGB (Red+Green+Blue) = 179+136+64=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B38840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38840 is #4C77BF. Grayscale: #8C8C8C. Windows color (decimal): -5011392 or 4229299. OLE color: 4229299.

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

Color convert

RGB 179 136 64 -
CMYK 0 0.24 0.64 0.30
HSL 37.57º 0.47% 0.48% -
HSV(B) 37.57º 0.64% 0.7% -
XYZ 28.32 27.56 8.68 -
YUV 140.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 179 136 64 0 0.24 0.64 0.30 37.57 0.47 0.48
Hex B3 88 40 0 18 40 1E 26 2F 30
Octal 263 210 100 0 30 100 36 46 57 60
Binary 10110011 10001000 1000000 0 11000 1000000 11110 100110 101111 110000

Color Harmonies of #B38840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38840

Black with #B38840

Text Example


Text Example

White with #B38840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38840; }

 p { color: rgb(179,136,64); }

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

background-color css

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

 a { background-color: rgb(179,136,64); }

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

border-color css

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

 span { border-color: rgb(179,136,64); }

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