Html Css Color HEX #B38C41 Marigold

📋 copy color: '#B38C41'

red 179 ◦ green 140 ◦ blue 65

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

Shades of Marigold #B38C41

Tints of Marigold #B38C41

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.46%

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

R = 46.61%
G = 36.46%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B38C41 (or 0xB38C41) is known color: Marigold. HEX triplet: B3, 8C and 41. RGB value is (179,140,65). Sum of RGB (Red+Green+Blue) = 179+140+65=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38C41 is #4C73BE. Grayscale: #8F8F8F. Windows color (decimal): -5010367 or 4295859. OLE color: 4295859.

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

Color convert

RGB 179 140 65 -
CMYK 0 0.22 0.64 0.30
HSL 39.47º 0.47% 0.48% -
HSV(B) 39.47º 0.64% 0.7% -
XYZ 28.92 28.72 9.02 -
YUV 143.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 179 140 65 0 0.22 0.64 0.30 39.47 0.47 0.48
Hex B3 8C 41 0 16 40 1E 27 2F 30
Octal 263 214 101 0 26 100 36 47 57 60
Binary 10110011 10001100 1000001 0 10110 1000000 11110 100111 101111 110000

Color Harmonies of #B38C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C41

Black with #B38C41

Text Example


Text Example

White with #B38C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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