Html Css Color HEX #B48C41 Marigold

📋 copy color: '#B48C41'

red 180 ◦ green 140 ◦ blue 65

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

Shades of Marigold #B48C41

Tints of Marigold #B48C41

RGB

 RED value IS 180 (70.7% from 255) = 46.75%

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

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

R = 46.75%
G = 36.36%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B48C41 (or 0xB48C41) is known color: Marigold. HEX triplet: B4, 8C and 41. RGB value is (180,140,65). Sum of RGB (Red+Green+Blue) = 180+140+65=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C41 is #4B73BE. Grayscale: #8F8F8F. Windows color (decimal): -4944831 or 4295860. OLE color: 4295860.

HSL color Cylindrical-coordinate representation of color #B48C41: hue angle of 39.13º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B48C41 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 140 65 -
CMYK 0 0.22 0.64 0.29
HSL 39.13º 0.47% 0.48% -
HSV(B) 39.13º 0.64% 0.71% -
XYZ 29.15 28.84 9.03 -
YUV 143.41 83.75 154.1 -
System Red Green Blue C M Y K H S L
Decimal 180 140 65 0 0.22 0.64 0.29 39.13 0.47 0.48
Hex B4 8C 41 0 16 40 1D 27 2F 30
Octal 264 214 101 0 26 100 35 47 57 60
Binary 10110100 10001100 1000001 0 10110 1000000 11101 100111 101111 110000

Color Harmonies of #B48C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C41

Black with #B48C41

Text Example


Text Example

White with #B48C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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