Html Css Color HEX #B48C3E Marigold

📋 copy color: '#B48C3E'

red 180 ◦ green 140 ◦ blue 62

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

Shades of Marigold #B48C3E

Tints of Marigold #B48C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.23%

R = 47.12%
G = 36.65%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B48C3E (or 0xB48C3E) is known color: Marigold. HEX triplet: B4, 8C and 3E. RGB value is (180,140,62). Sum of RGB (Red+Green+Blue) = 180+140+62=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C3E is #4B73C1. Grayscale: #8F8F8F. Windows color (decimal): -4944834 or 4099252. OLE color: 4099252.

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

Color convert

RGB 180 140 62 -
CMYK 0 0.22 0.66 0.29
HSL 39.66º 0.49% 0.47% -
HSV(B) 39.66º 0.66% 0.71% -
XYZ 29.07 28.81 8.59 -
YUV 143.07 82.25 154.34 -
System Red Green Blue C M Y K H S L
Decimal 180 140 62 0 0.22 0.66 0.29 39.66 0.49 0.47
Hex B4 8C 3E 0 16 42 1D 28 31 2F
Octal 264 214 76 0 26 102 35 50 61 57
Binary 10110100 10001100 111110 0 10110 1000010 11101 101000 110001 101111

Color Harmonies of #B48C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C3E

Black with #B48C3E

Text Example


Text Example

White with #B48C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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