Html Css Color HEX #B48E41 Marigold

📋 copy color: '#B48E41'

red 180 ◦ green 142 ◦ blue 65

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

Shades of Marigold #B48E41

Tints of Marigold #B48E41

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.69%

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

R = 46.51%
G = 36.69%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B48E41 (or 0xB48E41) is known color: Marigold. HEX triplet: B4, 8E and 41. RGB value is (180,142,65). Sum of RGB (Red+Green+Blue) = 180+142+65=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48E41 is #4B71BE. Grayscale: #909090. Windows color (decimal): -4944319 or 4296372. OLE color: 4296372.

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

Color convert

RGB 180 142 65 -
CMYK 0 0.21 0.64 0.29
HSL 40.17º 0.47% 0.48% -
HSV(B) 40.17º 0.64% 0.71% -
XYZ 29.45 29.43 9.13 -
YUV 144.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 180 142 65 0 0.21 0.64 0.29 40.17 0.47 0.48
Hex B4 8E 41 0 15 40 1D 28 2F 30
Octal 264 216 101 0 25 100 35 50 57 60
Binary 10110100 10001110 1000001 0 10101 1000000 11101 101000 101111 110000

Color Harmonies of #B48E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48E41

Black with #B48E41

Text Example


Text Example

White with #B48E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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