Html Css Color HEX #B38341 Marigold

📋 copy color: '#B38341'

red 179 ◦ green 131 ◦ blue 65

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

Shades of Marigold #B38341

Tints of Marigold #B38341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.93%

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

R = 47.73%
G = 34.93%
B = 17.33%

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

#B38341 (or 0xB38341) is known color: Marigold. HEX triplet: B3, 83 and 41. RGB value is (179,131,65). Sum of RGB (Red+Green+Blue) = 179+131+65=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B38341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38341 is #4C7CBE. Grayscale: #8A8A8A. Windows color (decimal): -5012671 or 4293555. OLE color: 4293555.

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

Color convert

RGB 179 131 65 -
CMYK 0 0.27 0.64 0.30
HSL 34.74º 0.47% 0.48% -
HSV(B) 34.74º 0.64% 0.7% -
XYZ 27.66 26.2 8.6 -
YUV 137.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 179 131 65 0 0.27 0.64 0.30 34.74 0.47 0.48
Hex B3 83 41 0 1B 40 1E 23 2F 30
Octal 263 203 101 0 33 100 36 43 57 60
Binary 10110011 10000011 1000001 0 11011 1000000 11110 100011 101111 110000

Color Harmonies of #B38341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38341

Black with #B38341

Text Example


Text Example

White with #B38341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38341; }

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

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

background-color css

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

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

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

border-color css

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

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

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