Html Css Color HEX #B38440 Marigold

📋 copy color: '#B38440'

red 179 ◦ green 132 ◦ blue 64

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

Shades of Marigold #B38440

Tints of Marigold #B38440

RGB

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

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

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

R = 47.73%
G = 35.2%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B38440 (or 0xB38440) is known color: Marigold. HEX triplet: B3, 84 and 40. RGB value is (179,132,64). Sum of RGB (Red+Green+Blue) = 179+132+64=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B38440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38440 is #4C7BBF. Grayscale: #8A8A8A. Windows color (decimal): -5012416 or 4228275. OLE color: 4228275.

HSL color Cylindrical-coordinate representation of color #B38440: hue angle of 35.48º 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 #B38440 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 132 64 -
CMYK 0 0.26 0.64 0.30
HSL 35.48º 0.47% 0.48% -
HSV(B) 35.48º 0.64% 0.7% -
XYZ 27.77 26.46 8.49 -
YUV 138.3 86.07 157.03 -
System Red Green Blue C M Y K H S L
Decimal 179 132 64 0 0.26 0.64 0.30 35.48 0.47 0.48
Hex B3 84 40 0 1A 40 1E 23 2F 30
Octal 263 204 100 0 32 100 36 43 57 60
Binary 10110011 10000100 1000000 0 11010 1000000 11110 100011 101111 110000

Color Harmonies of #B38440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38440

Black with #B38440

Text Example


Text Example

White with #B38440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38440; }

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

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

background-color css

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

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

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

border-color css

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

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

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