Html Css Color HEX #B48B3C Marigold

📋 copy color: '#B48B3C'

red 180 ◦ green 139 ◦ blue 60

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

Shades of Marigold #B48B3C

Tints of Marigold #B48B3C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

 BLUE value IS 60 (23.83% from 255) = 15.83%

R = 47.49%
G = 36.68%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B48B3C (or 0xB48B3C) is known color: Marigold. HEX triplet: B4, 8B and 3C. RGB value is (180,139,60). Sum of RGB (Red+Green+Blue) = 180+139+60=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B3C is #4B74C3. Grayscale: #8E8E8E. Windows color (decimal): -4945092 or 3967924. OLE color: 3967924.

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

Color convert

RGB 180 139 60 -
CMYK 0 0.23 0.67 0.29
HSL 39.5º 0.5% 0.47% -
HSV(B) 39.5º 0.67% 0.71% -
XYZ 28.87 28.49 8.25 -
YUV 142.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 180 139 60 0 0.23 0.67 0.29 39.5 0.5 0.47
Hex B4 8B 3C 0 17 43 1D 28 32 2F
Octal 264 213 74 0 27 103 35 50 62 57
Binary 10110100 10001011 111100 0 10111 1000011 11101 101000 110010 101111

Color Harmonies of #B48B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48B3C

Black with #B48B3C

Text Example


Text Example

White with #B48B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48B3C; }

 p { color: rgb(180,139,60); }

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

background-color css

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

 a { background-color: rgb(180,139,60); }

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

border-color css

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

 span { border-color: rgb(180,139,60); }

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