Html Css Color HEX #B38640 Marigold

📋 copy color: '#B38640'

red 179 ◦ green 134 ◦ blue 64

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

Shades of Marigold #B38640

Tints of Marigold #B38640

RGB

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

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

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

R = 47.48%
G = 35.54%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B38640 (or 0xB38640) is known color: Marigold. HEX triplet: B3, 86 and 40. RGB value is (179,134,64). Sum of RGB (Red+Green+Blue) = 179+134+64=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B38640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38640 is #4C79BF. Grayscale: #8B8B8B. Windows color (decimal): -5011904 or 4228787. OLE color: 4228787.

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

Color convert

RGB 179 134 64 -
CMYK 0 0.25 0.64 0.30
HSL 36.52º 0.47% 0.48% -
HSV(B) 36.52º 0.64% 0.7% -
XYZ 28.04 27 8.58 -
YUV 139.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 179 134 64 0 0.25 0.64 0.30 36.52 0.47 0.48
Hex B3 86 40 0 19 40 1E 25 2F 30
Octal 263 206 100 0 31 100 36 45 57 60
Binary 10110011 10000110 1000000 0 11001 1000000 11110 100101 101111 110000

Color Harmonies of #B38640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38640

Black with #B38640

Text Example


Text Example

White with #B38640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38640; }

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

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

background-color css

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

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

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

border-color css

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

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

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