Html Css Color HEX #B38241 Marigold

📋 copy color: '#B38241'

red 179 ◦ green 130 ◦ blue 65

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

Shades of Marigold #B38241

Tints of Marigold #B38241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

 BLUE value IS 65 (25.78% from 255) = 17.38%

R = 47.86%
G = 34.76%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B38241 (or 0xB38241) is known color: Marigold. HEX triplet: B3, 82 and 41. RGB value is (179,130,65). Sum of RGB (Red+Green+Blue) = 179+130+65=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B38241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38241 is #4C7DBE. Grayscale: #898989. Windows color (decimal): -5012927 or 4293299. OLE color: 4293299.

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

Color convert

RGB 179 130 65 -
CMYK 0 0.27 0.64 0.30
HSL 34.21º 0.47% 0.48% -
HSV(B) 34.21º 0.64% 0.7% -
XYZ 27.53 25.93 8.56 -
YUV 137.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 179 130 65 0 0.27 0.64 0.30 34.21 0.47 0.48
Hex B3 82 41 0 1B 40 1E 22 2F 30
Octal 263 202 101 0 33 100 36 42 57 60
Binary 10110011 10000010 1000001 0 11011 1000000 11110 100010 101111 110000

Color Harmonies of #B38241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38241

Black with #B38241

Text Example


Text Example

White with #B38241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38241; }

 p { color: rgb(179,130,65); }

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

background-color css

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

 a { background-color: rgb(179,130,65); }

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

border-color css

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

 span { border-color: rgb(179,130,65); }

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