Html Css Color HEX #B48242 Marigold

📋 copy color: '#B48242'

red 180 ◦ green 130 ◦ blue 66

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

Shades of Marigold #B48242

Tints of Marigold #B48242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.55%

R = 47.87%
G = 34.57%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B48242 (or 0xB48242) is known color: Marigold. HEX triplet: B4, 82 and 42. RGB value is (180,130,66). Sum of RGB (Red+Green+Blue) = 180+130+66=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B48242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48242 is #4B7DBD. Grayscale: #898989. Windows color (decimal): -4947390 or 4358836. OLE color: 4358836.

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

Color convert

RGB 180 130 66 -
CMYK 0 0.28 0.63 0.29
HSL 33.68º 0.46% 0.48% -
HSV(B) 33.68º 0.63% 0.71% -
XYZ 27.79 26.06 8.72 -
YUV 137.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 180 130 66 0 0.28 0.63 0.29 33.68 0.46 0.48
Hex B4 82 42 0 1C 3F 1D 22 2E 30
Octal 264 202 102 0 34 77 35 42 56 60
Binary 10110100 10000010 1000010 0 11100 111111 11101 100010 101110 110000

Color Harmonies of #B48242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48242

Black with #B48242

Text Example


Text Example

White with #B48242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48242; }

 p { color: rgb(180,130,66); }

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

background-color css

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

 a { background-color: rgb(180,130,66); }

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

border-color css

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

 span { border-color: rgb(180,130,66); }

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