Html Css Color HEX #B38641 Marigold

📋 copy color: '#B38641'

red 179 ◦ green 134 ◦ blue 65

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

Shades of Marigold #B38641

Tints of Marigold #B38641

RGB

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

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

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

R = 47.35%
G = 35.45%
B = 17.2%

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

#B38641 (or 0xB38641) is known color: Marigold. HEX triplet: B3, 86 and 41. RGB value is (179,134,65). Sum of RGB (Red+Green+Blue) = 179+134+65=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B38641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38641 is #4C79BE. Grayscale: #8B8B8B. Windows color (decimal): -5011903 or 4294323. OLE color: 4294323.

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

Color convert

RGB 179 134 65 -
CMYK 0 0.25 0.64 0.30
HSL 36.32º 0.47% 0.48% -
HSV(B) 36.32º 0.64% 0.7% -
XYZ 28.07 27.02 8.74 -
YUV 139.59 85.91 156.11 -
System Red Green Blue C M Y K H S L
Decimal 179 134 65 0 0.25 0.64 0.30 36.32 0.47 0.48
Hex B3 86 41 0 19 40 1E 24 2F 30
Octal 263 206 101 0 31 100 36 44 57 60
Binary 10110011 10000110 1000001 0 11001 1000000 11110 100100 101111 110000

Color Harmonies of #B38641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38641

Black with #B38641

Text Example


Text Example

White with #B38641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38641; }

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

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

background-color css

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

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

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

border-color css

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

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

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